gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 02/11: remove string()


From: gnunet
Subject: [taler-wallet-core] 02/11: remove string()
Date: Thu, 18 Nov 2021 13:52:38 +0100

This is an automated email from the git hooks/post-receive script.

marco-boss pushed a commit to branch master
in repository wallet-core.

commit 4b05ba002ca07eb5722d9f4c5ef7383b48cc752e
Author: Boss Marco <bossm8@bfh.ch>
AuthorDate: Tue Oct 26 11:04:02 2021 +0200

    remove string()
---
 packages/taler-wallet-cli/src/bench1.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-cli/src/bench1.ts 
b/packages/taler-wallet-cli/src/bench1.ts
index 1d836365..55558a28 100644
--- a/packages/taler-wallet-cli/src/bench1.ts
+++ b/packages/taler-wallet-cli/src/bench1.ts
@@ -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,
     });

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]