remove string()

This commit is contained in:
Boss Marco 2021-10-26 11:04:02 +02:00
parent fb23bab6fe
commit 4b05ba002c
No known key found for this signature in database
GPG Key ID: 89A3EC33C625C3DF

View File

@ -54,7 +54,7 @@ export async function runBench1(configJson: any): Promise<void> {
for (let i = 0; i < numIter; i++) {
await wallet.client.call(WalletApiOperation.WithdrawFakebank, {
amount: b1conf.currency + ":" + string(withdrawAmount),
amount: b1conf.currency + ":" + withdrawAmount,
bank: b1conf.bank,
exchange: b1conf.exchange,
});