mirror of
https://github.com/trezor/trezor-wallet
synced 2025-06-27 18:32:35 +00:00
update destination tag explanation and learn more link
This commit is contained in:
parent
d43426bade
commit
8db4019086
@ -165,11 +165,11 @@ const AdvancedForm = (props: Props) => {
|
|||||||
<Tooltip
|
<Tooltip
|
||||||
content={(
|
content={(
|
||||||
<React.Fragment>
|
<React.Fragment>
|
||||||
An arbitrary unsigned 32-bit integer that identifies a reason for payment or a non-Ripple account.
|
Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction.
|
||||||
</React.Fragment>
|
</React.Fragment>
|
||||||
)}
|
)}
|
||||||
maxWidth={200}
|
maxWidth={200}
|
||||||
readMoreLink="https://developers.ripple.com/rippleapi-reference.html#payment"
|
readMoreLink="https://wiki.trezor.io/Ripple_(XRP)"
|
||||||
placement="top"
|
placement="top"
|
||||||
>
|
>
|
||||||
<StyledIcon
|
<StyledIcon
|
||||||
|
Loading…
Reference in New Issue
Block a user