mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 18:58:08 +00:00
add XRP destination_tag notification to sendForm
This commit is contained in:
parent
b3de9779b5
commit
226685f7fe
@ -33,6 +33,21 @@ export default (props: Props) => {
|
|||||||
)}
|
)}
|
||||||
/>,
|
/>,
|
||||||
);
|
);
|
||||||
|
} else if (location.state.send) {
|
||||||
|
notifications.push(
|
||||||
|
<Notification
|
||||||
|
key="xrp-warning"
|
||||||
|
type="warning"
|
||||||
|
title="Do not send to accounts requiring a destination tag!"
|
||||||
|
message={(
|
||||||
|
<>
|
||||||
|
Destination tag is an arbitrary number which serves as a unique identifier of your transaction. Some services may require this to process your transaction. The current firmware version <strong>does not support</strong> destination tags yet.
|
||||||
|
<br /><br />
|
||||||
|
If the receiver requires a destination tag, do not use Trezor to send XRP. We are working on adding this feature.
|
||||||
|
</>
|
||||||
|
)}
|
||||||
|
/>,
|
||||||
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user