1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00

rename rippleGetAccountInfo param

This commit is contained in:
Szymon Lesisz 2019-01-09 14:32:20 +01:00
parent 33a9a28114
commit 0fe2ce7717

View File

@ -118,7 +118,7 @@ export const onNotification = (payload: $ElementType<BlockchainNotification, 'pa
const updatedAccount = await TrezorConnect.rippleGetAccountInfo({
account: {
address: account.descriptor,
descriptor: account.descriptor,
from: account.block,
history: false,
},