1
0
mirror of https://github.com/trezor/trezor-wallet synced 2025-01-03 21:00:55 +00:00

Ripple send form: advanced fee tooltip

This commit is contained in:
Szymon Lesisz 2019-01-03 18:18:44 +01:00
parent b27e3af7f3
commit 2b8503fdb4

View File

@ -112,11 +112,11 @@ const AdvancedForm = (props: Props) => {
<Tooltip <Tooltip
content={( content={(
<React.Fragment> <React.Fragment>
TODO: explain fee in XRP drops Transfer cost in XRP drops
</React.Fragment> </React.Fragment>
)} )}
maxWidth={410} maxWidth={410}
readMoreLink="https://wiki.trezor.io/Ethereum_Wallet#Gas_limit" readMoreLink="https://developers.ripple.com/transaction-cost.html"
placement="top" placement="top"
> >
<Icon <Icon