diff --git a/src/sass/views/includes/txp-details.scss b/src/sass/views/includes/txp-details.scss index ab77ddcad..1ee5702a1 100644 --- a/src/sass/views/includes/txp-details.scss +++ b/src/sass/views/includes/txp-details.scss @@ -89,6 +89,17 @@ flex-grow: 1; } } + &.low-fees { + border-top: none; + display: flex; + font-size: 14px; + color: #aaa; + align-items: center; + margin-top: -20px; + i { + padding-right: 20px; + } + } } .item-divider { padding-top: 1.2rem; diff --git a/www/img/icon-warning.png b/www/img/icon-warning.png new file mode 100644 index 000000000..fa33cfcdc Binary files /dev/null and b/www/img/icon-warning.png differ diff --git a/www/views/tx-details.html b/www/views/tx-details.html index ef8a7c35d..c9a030c1a 100644 --- a/www/views/tx-details.html +++ b/www/views/tx-details.html @@ -84,6 +84,10 @@ {{feeFiatStr}} +
+ + This transaction could take a long time to confirm or could be dropped due to the low fees set by the sender +
Confirmations