gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: recoup groups are also part o


From: gnunet
Subject: [taler-wallet-core] branch master updated: recoup groups are also part of the backup
Date: Mon, 07 Dec 2020 22:12:00 +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 105898bf recoup groups are also part of the backup
105898bf is described below

commit 105898bf6ee7fdbe541c7a2a4028d298b968afd1
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Dec 7 23:11:57 2020 +0100

    recoup groups are also part of the backup
---
 packages/taler-wallet-core/src/types/backupTypes.ts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/packages/taler-wallet-core/src/types/backupTypes.ts 
b/packages/taler-wallet-core/src/types/backupTypes.ts
index bb81f864..9d97fc30 100644
--- a/packages/taler-wallet-core/src/types/backupTypes.ts
+++ b/packages/taler-wallet-core/src/types/backupTypes.ts
@@ -124,6 +124,11 @@ export interface WalletBackupContentV1 {
    * Sorted by the provider base URL.
    */
   backup_providers: BackupBackupProvider[];
+
+  /**
+   * Recoup groups.
+   */
+  recoup_groups: BackupRecoupGroup[];
 }
 
 /**

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