mirror of
https://github.com/trezor/trezor-wallet
synced 2025-05-09 10:28:47 +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',
|
networkType: 'ripple',
|
||||||
sequence: account.sequence,
|
sequence: account.sequence,
|
||||||
reserve: '0',
|
reserve: toDecimalAmount(account.reserve, network.decimals),
|
||||||
|
// reserve: '20',
|
||||||
};
|
};
|
||||||
};
|
};
|
Loading…
Reference in New Issue
Block a user