1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-13 20:08:56 +00:00

add coin parameter to connect.rippleGetAccountInfo

This commit is contained in:
Szymon Lesisz 2018-12-18 22:03:59 +01:00
parent dd81197990
commit 780e6e27ef
2 changed files with 2 additions and 0 deletions

View File

@ -77,6 +77,7 @@ export const onNotification = (payload: $ElementType<BlockchainNotification, 'pa
block: account.block,
history: false,
},
coin: account.network,
});
if (!updatedAccount.success) return;

View File

@ -48,6 +48,7 @@ export const discoverAccount = (device: TrezorDevice, discoveryProcess: Discover
},
keepSession: true, // acquire and hold session
useEmptyPassphrase: device.useEmptyPassphrase,
coin: network.shortcut,
});
// handle TREZOR response error