fix XRP account update reserve to decimals

pull/615/head
Szymon Lesisz 5 years ago
parent 35dc6b4935
commit f6171c560f

@ -198,7 +198,7 @@ export const onNotification = (
), ),
block: updatedAccount.block, block: updatedAccount.block,
sequence: updatedAccount.sequence, sequence: updatedAccount.sequence,
reserve: updatedAccount.reserve, reserve: toDecimalAmount(updatedAccount.reserve, network.decimals),
empty, empty,
}) })
); );

Loading…
Cancel
Save