Skip to content
Snippets Groups Projects
Commit bb34cbbb authored by matograine's avatar matograine
Browse files

[feat] #111: Send multiple outputs: change click options:

* Breaking change: Rename `--output` option to `--recipient`
* Add extra small options to ease passing multiple amounts and recipients:
  * `-a/--amount`
  * `-d/--amountUD`
  * `-r/--recipient`
* Add possibility to pass multiple options:
  * Breaking change: recipients public keys are no longer `:` separated: `-r A -r B`
* Store the options in variables names in plural for preciseness
* Fix: Handle the case when no option specifying the amount is passed
* Restrict `--allSources` option to a single recipient, case not handle for now
* Extend tests with two upper checks
* Improve help
parent aacbcc85
No related branches found
No related tags found
2 merge requests!146Merge dev into master branch to complete v0.8.0 development cycle,!108#111: Multiple amounts support for multi-recipients transaction
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment