mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-13 20:08:56 +00:00
set Ripple "reserve" in Discovery
This commit is contained in:
parent
0fe2ce7717
commit
b1c3396f61
@ -76,6 +76,7 @@ export const discoverAccount = (device: TrezorDevice, discoveryProcess: Discover
|
||||
|
||||
networkType: 'ripple',
|
||||
sequence: account.sequence,
|
||||
reserve: '0',
|
||||
reserve: toDecimalAmount(account.reserve, network.decimals),
|
||||
// reserve: '20',
|
||||
};
|
||||
};
|
Loading…
Reference in New Issue
Block a user