gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: rename


From: gnunet
Subject: [taler-wallet-core] branch master updated: rename
Date: Thu, 14 Jan 2021 18:48:03 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new a90565f2 rename
a90565f2 is described below

commit a90565f26384d8bbb971844fa89750a7f6d310da
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Jan 14 18:48:01 2021 +0100

    rename
---
 packages/taler-wallet-core/src/operations/backup.ts | 4 ++--
 packages/taler-wallet-core/src/operations/pay.ts    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/packages/taler-wallet-core/src/operations/backup.ts 
b/packages/taler-wallet-core/src/operations/backup.ts
index 8bc82ce6..77f1581a 100644
--- a/packages/taler-wallet-core/src/operations/backup.ts
+++ b/packages/taler-wallet-core/src/operations/backup.ts
@@ -1176,7 +1176,7 @@ export async function importBackup(
                   parsedContractTerms.wire_fee_amortization || 1,
                 allowedAuditors: parsedContractTerms.auditors.map((x) => ({
                   auditorBaseUrl: x.url,
-                  auditorPub: x.master_pub,
+                  auditorPub: x.auditor_pub,
                 })),
                 allowedExchanges: parsedContractTerms.exchanges.map((x) => ({
                   exchangeBaseUrl: x.url,
@@ -1312,7 +1312,7 @@ export async function importBackup(
                 parsedContractTerms.wire_fee_amortization || 1,
               allowedAuditors: parsedContractTerms.auditors.map((x) => ({
                 auditorBaseUrl: x.url,
-                auditorPub: x.master_pub,
+                auditorPub: x.auditor_pub,
               })),
               allowedExchanges: parsedContractTerms.exchanges.map((x) => ({
                 exchangeBaseUrl: x.url,
diff --git a/packages/taler-wallet-core/src/operations/pay.ts 
b/packages/taler-wallet-core/src/operations/pay.ts
index b75859f8..ee42d347 100644
--- a/packages/taler-wallet-core/src/operations/pay.ts
+++ b/packages/taler-wallet-core/src/operations/pay.ts
@@ -748,7 +748,7 @@ async function processDownloadProposalImpl(
           wireFeeAmortization: parsedContractTerms.wire_fee_amortization || 1,
           allowedAuditors: parsedContractTerms.auditors.map((x) => ({
             auditorBaseUrl: x.url,
-            auditorPub: x.master_pub,
+            auditorPub: x.auditor_pub,
           })),
           allowedExchanges: parsedContractTerms.exchanges.map((x) => ({
             exchangeBaseUrl: x.url,

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