diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-12-08 16:51:44 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-12-08 16:51:44 +0100 |
commit | 2e48d83b2bf01a79c882178976080dd6b75e4a30 (patch) | |
tree | 96e42c03eeb0de971e0322583365a5f9ab01200b /src/wallet.ts | |
parent | 289d2cb572bbe438d6c0a7b4ba7cd5f2507942f2 (diff) |
nicely show version if there is a mismatch
Diffstat (limited to 'src/wallet.ts')
-rw-r--r-- | src/wallet.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wallet.ts b/src/wallet.ts index 14c614e6c..56120638d 100644 --- a/src/wallet.ts +++ b/src/wallet.ts @@ -1645,6 +1645,8 @@ export class Wallet { wireFees, wireInfo, withdrawFee: acc, + exchangeVersion: exchangeInfo.protocolVersion || "unknown", + walletVersion: WALLET_PROTOCOL_VERSION, }; return ret; } |