update/add exchange before withdrawal
This commit is contained in:
parent
d17da64a35
commit
041911a15f
@ -925,6 +925,7 @@ testCli
|
||||
})
|
||||
.action(async (args) => {
|
||||
await withWallet(args, async (wallet) => {
|
||||
await wallet.updateExchangeFromUrl(args.withdrawArgs.exchange, true);
|
||||
await withdrawTestBalance(
|
||||
wallet,
|
||||
args.withdrawArgs.amount,
|
||||
|
Loading…
Reference in New Issue
Block a user