mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 02:38:18 +00:00
fix XRP account update reserve to decimals
This commit is contained in:
parent
35dc6b4935
commit
f6171c560f
@ -198,7 +198,7 @@ export const onNotification = (
|
||||
),
|
||||
block: updatedAccount.block,
|
||||
sequence: updatedAccount.sequence,
|
||||
reserve: updatedAccount.reserve,
|
||||
reserve: toDecimalAmount(updatedAccount.reserve, network.decimals),
|
||||
empty,
|
||||
})
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user