mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-30 01:41:01 +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,
|
block: account.block,
|
||||||
history: false,
|
history: false,
|
||||||
},
|
},
|
||||||
|
coin: account.network,
|
||||||
});
|
});
|
||||||
if (!updatedAccount.success) return;
|
if (!updatedAccount.success) return;
|
||||||
|
|
||||||
|
@ -48,6 +48,7 @@ export const discoverAccount = (device: TrezorDevice, discoveryProcess: Discover
|
|||||||
},
|
},
|
||||||
keepSession: true, // acquire and hold session
|
keepSession: true, // acquire and hold session
|
||||||
useEmptyPassphrase: device.useEmptyPassphrase,
|
useEmptyPassphrase: device.useEmptyPassphrase,
|
||||||
|
coin: network.shortcut,
|
||||||
});
|
});
|
||||||
|
|
||||||
// handle TREZOR response error
|
// handle TREZOR response error
|
||||||
|
Loading…
Reference in New Issue
Block a user