enable batch withdrawal in bench1

This commit is contained in:
Florian Dold 2022-05-06 15:36:08 +02:00
parent cad6d99453
commit 9641299d6c
No known key found for this signature in database
GPG Key ID: D2E4F00F29D02A4B

View File

@ -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, {});
}