|
|
@ -223,7 +223,7 @@ const RippleJSBridge: WalletBridge<Transaction> = { |
|
|
|
operations: [], |
|
|
|
pendingOperations: [], |
|
|
|
unit: currency.units[0], |
|
|
|
archived: true, |
|
|
|
archived: false, |
|
|
|
lastSyncDate: new Date(), |
|
|
|
}) |
|
|
|
break |
|
|
@ -254,7 +254,7 @@ const RippleJSBridge: WalletBridge<Transaction> = { |
|
|
|
operations: [], |
|
|
|
pendingOperations: [], |
|
|
|
unit: currency.units[0], |
|
|
|
archived: true, |
|
|
|
archived: false, |
|
|
|
lastSyncDate: new Date(), |
|
|
|
} |
|
|
|
account.operations = transactions.map(txToOperation(account)) |
|
|
|