+ enable wire
This commit is contained in:
parent
f3c6424ec9
commit
46af486039
6 changed files with 252 additions and 101 deletions
|
|
@ -82,8 +82,22 @@ offline_tool global-fees \
|
|||
offline_tool upload --input $b --url $url"/management/global-fees"
|
||||
echo "[OK] /management/global-fees"
|
||||
|
||||
# todo test enable wire
|
||||
# todo test disable wire
|
||||
offline_tool enable-wire \
|
||||
--master_key $master_key \
|
||||
--output $b \
|
||||
--payto_uri "" \
|
||||
--bank_label "" \
|
||||
--priority 4
|
||||
offline_tool upload --input $b --url $url"/management/wire"
|
||||
echo "[OK] /management/wire"
|
||||
|
||||
offline_tool disable-wire \
|
||||
--master_key $master_key \
|
||||
--output $b \
|
||||
--payto_uri ""
|
||||
offline_tool upload --input $b --url $url"/management/wire/disable"
|
||||
echo "[OK] /management/wire/disable"
|
||||
|
||||
# todo test drain
|
||||
# todo test aml-officer
|
||||
# todo test partners
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue