Skip to content
Snippets Groups Projects

Rename tx command to transfer (#436)

Merged Moul requested to merge 436_tx_transfer into main
3 files
+ 17
17
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -59,7 +59,7 @@ MAX_OUTPUTS = 93
NBR_ISSUERS = 1
@click.command("tx", help="Send transaction")
@click.command("transfer", help="Transfer money")
@click.option(
"amounts",
"--amount",
Loading