diff --git a/src/components/notifications/Context/components/Static/index.js b/src/components/notifications/Context/components/Static/index.js index a6867a0e..c225a19e 100644 --- a/src/components/notifications/Context/components/Static/index.js +++ b/src/components/notifications/Context/components/Static/index.js @@ -33,6 +33,21 @@ export default (props: Props) => { )} />, ); + } else if (location.state.send) { + notifications.push( + + 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 does not support destination tags yet. +

+ If the receiver requires a destination tag, do not use Trezor to send XRP. We are working on adding this feature. + + )} + />, + ); } }