gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: -actually use extracted reserve_pub


From: gnunet
Subject: [libeufin] branch master updated: -actually use extracted reserve_pub
Date: Sat, 30 Sep 2023 22:54:16 +0200

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

dold pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 9b5f2007 -actually use extracted reserve_pub
9b5f2007 is described below

commit 9b5f2007a2c7c883fc9346357eca7a50887ae5df
Author: Florian Dold <florian@dold.me>
AuthorDate: Sat Sep 30 22:54:22 2023 +0200

    -actually use extracted reserve_pub
---
 bank/src/main/kotlin/tech/libeufin/bank/WireGatewayApiHandlers.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bank/src/main/kotlin/tech/libeufin/bank/WireGatewayApiHandlers.kt 
b/bank/src/main/kotlin/tech/libeufin/bank/WireGatewayApiHandlers.kt
index ebfe0ec6..95307b31 100644
--- a/bank/src/main/kotlin/tech/libeufin/bank/WireGatewayApiHandlers.kt
+++ b/bank/src/main/kotlin/tech/libeufin/bank/WireGatewayApiHandlers.kt
@@ -75,7 +75,7 @@ fun Routing.talerWireGatewayHandlers(db: Database, ctx: 
BankApplicationContext)
                         amount = it.amount,
                         date = TalerProtocolTimestamp(it.transactionDate),
                         debit_account = it.debtorPaytoUri,
-                        reserve_pub = it.subject
+                        reserve_pub = 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]