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:
parent
dd81197990
commit
780e6e27ef
@ -77,6 +77,7 @@ export const onNotification = (payload: $ElementType<BlockchainNotification, 'pa
|
||||
block: account.block,
|
||||
history: false,
|
||||
},
|
||||
coin: account.network,
|
||||
});
|
||||
if (!updatedAccount.success) return;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user