gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: remove some redundancy


From: gnunet
Subject: [taler-wallet-core] branch master updated: remove some redundancy
Date: Mon, 07 Dec 2020 22:13:58 +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 d3cc20b6 remove some redundancy
d3cc20b6 is described below

commit d3cc20b6ccc2b7c0b47e71cd31d3bcd2405cf7e0
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Dec 7 23:13:55 2020 +0100

    remove some redundancy
---
 .../taler-wallet-core/src/types/backupTypes.ts     | 26 ++--------------------
 1 file changed, 2 insertions(+), 24 deletions(-)

diff --git a/packages/taler-wallet-core/src/types/backupTypes.ts 
b/packages/taler-wallet-core/src/types/backupTypes.ts
index 9d97fc30..6e65cd72 100644
--- a/packages/taler-wallet-core/src/types/backupTypes.ts
+++ b/packages/taler-wallet-core/src/types/backupTypes.ts
@@ -401,24 +401,14 @@ export enum BackupRefreshReason {
 }
 
 /**
- * Planchet for a coin during refrehs.
+ * Planchet for a coin during refresh.
  */
 export interface BackupRefreshPlanchet {
-  /**
-   * Public key for the coin.
-   */
-  public_key: string;
-
   /**
    * Private key for the coin.
    */
   private_key: string;
 
-  /**
-   * Blinded public key.
-   */
-  coin_ev: string;
-
   /**
    * Blinding key used.
    */
@@ -564,19 +554,7 @@ export interface BackupWithdrawalGroup {
    */
   planchets: {
     blinding_key: string;
-    coin_pub: string;
-
-    /**
-     * Blinded coin public key.
-     */
-    coin_ev: string;
-
-    /**
-     * Hashed blinded coin public key.
-     * 
-     * (Stored here for easy reserve history merging.)
-     */
-    coin_ev_hash: string;
+    coin_priv: string;
   }[];
 }
 

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