mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-30 12:18:09 +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,
|
block: updatedAccount.block,
|
||||||
sequence: updatedAccount.sequence,
|
sequence: updatedAccount.sequence,
|
||||||
reserve: updatedAccount.reserve,
|
reserve: toDecimalAmount(updatedAccount.reserve, network.decimals),
|
||||||
empty,
|
empty,
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user