meriadec
7 years ago
No known key found for this signature in database
GPG Key ID: 1D2FC2305E2CB399
1 changed files with
2 additions and
0 deletions
-
src/bridge/LibcoreBridge.js
|
|
@ -63,6 +63,8 @@ const LibcoreBridge: WalletBridge<Transaction> = { |
|
|
|
const syncedAccount = decodeAccount(rawSyncedAccount) |
|
|
|
next(account => ({ |
|
|
|
...account, |
|
|
|
freshAddress: syncedAccount.freshAddress, |
|
|
|
freshAddressPath: syncedAccount.freshAddressPath, |
|
|
|
balance: syncedAccount.balance, |
|
|
|
blockHeight: syncedAccount.blockHeight, |
|
|
|
operations: syncedAccount.operations, // TODO: is a simple replace enough?
|
|
|
|