Skip to content
Snippets Groups Projects
Commit 3a7b1b9d authored by Ashley's avatar Ashley Committed by Gavin Wood
Browse files

Add `ExistenceRequirement` to `Currency` trait (#4000)


* Added a public transfer_some function and a private transfer_inner fn

* Move transfer_some to the end of the module impl to fix failing contracts test

* Change whitespace

* Remove needless change to transfer logic

* Fix error

* Update srml/balances/src/lib.rs

Co-Authored-By: default avatarjoe petrowski <25483142+joepetrowski@users.noreply.github.com>

* Improve documentation and add test

* Update srml/balances/src/lib.rs

Co-Authored-By: default avatarKian Paimani <5588131+kianenigma@users.noreply.github.com>

* Switch to changing Currency trait instead
parent e73436d8
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment