commit 6f474a3b9dba2ccf869e28a528337cadc8b35650 parent d3cc20b6ccc2b7c0b47e71cd31d3bcd2405cf7e0 Author: Florian Dold <florian@dold.me> Date: Mon, 7 Dec 2020 23:19:14 +0100 store device ID Diffstat:
| M | packages/taler-wallet-core/src/types/backupTypes.ts | | | 8 | ++++++++ |
1 file changed, 8 insertions(+), 0 deletions(-)
diff --git a/packages/taler-wallet-core/src/types/backupTypes.ts b/packages/taler-wallet-core/src/types/backupTypes.ts @@ -82,6 +82,14 @@ export interface WalletBackupContentV1 { wallet_root_pub: string; /** + * Current device identifier that "owns" the backup. + * + * This identifier allows one wallet to notice when another + * wallet is "alive" and connected to the same sync provider. + */ + current_device_id: string; + + /** * Per-exchange data sorted by exchange master public key. * * Sorted by the exchange public key.