gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: fix: for bitcoin withdrawal t


From: gnunet
Subject: [taler-wallet-core] branch master updated: fix: for bitcoin withdrawal the exchange payto:// is not enough and the withdrawal payto should always have the reserve pub
Date: Thu, 18 Aug 2022 16:31:12 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new f5441a68 fix: for bitcoin withdrawal the exchange payto:// is not 
enough and the withdrawal payto should always have the reserve pub
f5441a68 is described below

commit f5441a682d7e70c4b53820aa5b7cd62fd4e0ef54
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Thu Aug 18 11:30:16 2022 -0300

    fix: for bitcoin withdrawal the exchange payto:// is not enough and the 
withdrawal payto should always have the reserve pub
---
 packages/taler-wallet-core/src/operations/transactions.ts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/taler-wallet-core/src/operations/transactions.ts 
b/packages/taler-wallet-core/src/operations/transactions.ts
index ae4ce699..ec499420 100644
--- a/packages/taler-wallet-core/src/operations/transactions.ts
+++ b/packages/taler-wallet-core/src/operations/transactions.ts
@@ -169,7 +169,7 @@ export async function getTransactions(
               type: WithdrawalType.ManualTransfer,
               reservePub: wsr.reservePub,
               exchangePaytoUris:
-                exchangeDetails.wireInfo?.accounts.map((x) => x.payto_uri) ??
+                exchangeDetails.wireInfo?.accounts.map((x) => 
`${x.payto_uri}?subject=${wsr.reservePub}`) ??
                 [],
             };
           }

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