gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-wallet-webex] branch master updated: rename 'f' to '


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: rename 'f' to 'contribution' in deposit permission
Date: Mon, 01 Jan 2018 18:56:30 +0100

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 0b1c78b5 rename 'f' to 'contribution' in deposit permission
0b1c78b5 is described below

commit 0b1c78b58644001e63ea0dad63138ad74b62e5ba
Author: Florian Dold <address@hidden>
AuthorDate: Mon Jan 1 18:56:22 2018 +0100

    rename 'f' to 'contribution' in deposit permission
---
 src/crypto/cryptoWorker.ts | 2 +-
 src/types.ts               | 2 +-
 src/wallet.ts              | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/crypto/cryptoWorker.ts b/src/crypto/cryptoWorker.ts
index 28634b23..3b954811 100644
--- a/src/crypto/cryptoWorker.ts
+++ b/src/crypto/cryptoWorker.ts
@@ -326,7 +326,7 @@ namespace RpcFunctions {
         coin_pub: cd.coin.coinPub,
         coin_sig: coinSig,
         denom_pub: cd.coin.denomPub,
-        f: coinSpend.toJson(),
+        contribution: coinSpend.toJson(),
         ub_sig: cd.coin.denomSig,
       };
       ret.sigs.push(s);
diff --git a/src/types.ts b/src/types.ts
index c0f36fc9..ae4454a8 100644
--- a/src/types.ts
+++ b/src/types.ts
@@ -829,7 +829,7 @@ export interface CoinPaySig {
   /**
    * The amount that is subtracted from this coin with this payment.
    */
-  f: AmountJson;
+  contribution: AmountJson;
 }
 
 
diff --git a/src/wallet.ts b/src/wallet.ts
index 08e3049c..ca94e1d5 100644
--- a/src/wallet.ts
+++ b/src/wallet.ts
@@ -2761,7 +2761,7 @@ export class Wallet {
         coin_pub: c.coinPaySig.coin_pub,
         coin_sig: c.coinPaySig.coin_sig,
         denom_pub: c.coinPaySig.denom_pub,
-        f: c.coinPaySig.f,
+        contribution: c.coinPaySig.contribution,
         h_contract_terms: coinsReturnRecord.contractTermsHash,
         merchant_pub: coinsReturnRecord.contractTerms.merchant_pub,
         pay_deadline: coinsReturnRecord.contractTerms.pay_deadline,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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