mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-31 19:30:53 +00:00
Ripple send form: advanced fee tooltip
This commit is contained in:
parent
b27e3af7f3
commit
2b8503fdb4
@ -112,11 +112,11 @@ const AdvancedForm = (props: Props) => {
|
||||
<Tooltip
|
||||
content={(
|
||||
<React.Fragment>
|
||||
TODO: explain fee in XRP drops
|
||||
Transfer cost in XRP drops
|
||||
</React.Fragment>
|
||||
)}
|
||||
maxWidth={410}
|
||||
readMoreLink="https://wiki.trezor.io/Ethereum_Wallet#Gas_limit"
|
||||
readMoreLink="https://developers.ripple.com/transaction-cost.html"
|
||||
placement="top"
|
||||
>
|
||||
<Icon
|
||||
|
Loading…
Reference in New Issue
Block a user