From 226685f7fe98a81d718eeece93fb9986251c4712 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Wed, 27 Feb 2019 18:06:15 +0100 Subject: [PATCH] add XRP destination_tag notification to sendForm --- .../Context/components/Static/index.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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. + + )} + />, + ); } }