diff --git a/src/actions/ripple/BlockchainActions.js b/src/actions/ripple/BlockchainActions.js index e481fe1f..8d19b9af 100644 --- a/src/actions/ripple/BlockchainActions.js +++ b/src/actions/ripple/BlockchainActions.js @@ -198,7 +198,7 @@ export const onNotification = ( ), block: updatedAccount.block, sequence: updatedAccount.sequence, - reserve: updatedAccount.reserve, + reserve: toDecimalAmount(updatedAccount.reserve, network.decimals), empty, }) );