enable batch withdrawal in bench1
This commit is contained in:
parent
cad6d99453
commit
9641299d6c
@ -88,6 +88,7 @@ export async function runBench1(configJson: any): Promise<void> {
|
||||
if (trustExchange) {
|
||||
wallet.setInsecureTrustExchange();
|
||||
}
|
||||
wallet.setBatchWithdrawal(true);
|
||||
await wallet.client.call(WalletApiOperation.InitWallet, {});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user