gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 01/02: -missed rename


From: gnunet
Subject: [taler-wallet-core] 01/02: -missed rename
Date: Mon, 20 Feb 2023 01:20:49 +0100

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

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

commit 357457018cd4f9feb4f15bc5b801af63bc4779bd
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Feb 20 01:17:18 2023 +0100

    -missed rename
---
 packages/taler-wallet-core/src/wallet.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/wallet.ts 
b/packages/taler-wallet-core/src/wallet.ts
index ade6493e1..b7ba1a386 100644
--- a/packages/taler-wallet-core/src/wallet.ts
+++ b/packages/taler-wallet-core/src/wallet.ts
@@ -1428,7 +1428,7 @@ async function dispatchRequestInternal<Op extends 
WalletApiOperation>(
       await importDb(ws.db.idbHandle(), req.dump);
       return [];
     }
-    case WalletApiOperation.PreparePeerPushPayment: {
+    case WalletApiOperation.PreparePeerPushCredit: {
       const req = codecForPreparePeerPushPaymentRequest().decode(payload);
       return await preparePeerPushPayment(ws, req);
     }

-- 
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]