This commit is contained in:
parent
5763b13705
commit
7be0e28f0a
4 changed files with 41 additions and 7 deletions
|
|
@ -82,7 +82,7 @@ offline_tool global-fees \
|
|||
offline_tool upload --input $b --url $url"/management/global-fees"
|
||||
echo "[OK] /management/global-fees"
|
||||
|
||||
offline_tool wire \
|
||||
offline_tool enable-wire \
|
||||
--master_key $master_key \
|
||||
--output $b \
|
||||
--payto_uri "" \
|
||||
|
|
@ -91,7 +91,13 @@ offline_tool wire \
|
|||
offline_tool upload --input $b --url $url"/management/wire"
|
||||
echo "[OK] /management/wire"
|
||||
|
||||
# todo test disable 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