From 5e7956ca6ee0b2edbcf12d06710c78210c062b2c Mon Sep 17 00:00:00 2001 From: JDonadio Date: Wed, 12 Apr 2017 12:27:51 -0300 Subject: [PATCH] add warning for low fee --- src/sass/views/includes/txp-details.scss | 11 +++++++++++ www/img/icon-warning.png | Bin 0 -> 1065 bytes www/views/tx-details.html | 4 ++++ 3 files changed, 15 insertions(+) create mode 100644 www/img/icon-warning.png 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 0000000000000000000000000000000000000000..fa33cfcdcef991bcddc957a1e00ac99a50191af5 GIT binary patch literal 1065 zcmV+^1lIeBP)N>j4+O<*wwLn}PG+IdIJ!YmGJ_KHRnOfu`ozwp8B+VEhPh`Up}RGhmK2avEvC?{15Xc0HT} ze*X%nl!3CvnNcvu8aa(JAisIFe{XDUD!4OYfQcUg9T0BK9Bbr|+Xw@pL|6@XKRN`Q z`Wo;83r%qCa;%X%v~`SuF$Nquraf z#^TY(Q=78D_*nJWeTj$O8N#*$L-_TNIG}yt^cct?mp$xV4Fi5>G8oA`*bDr594@qW z24Z1>=7>OG*Srb_Ipng3y*Fz>e*479y6=hI5$sHF=>RUC0Ayg{S?C(v zaL*aInj?o?_OO>4)S~9~81M!w&^qpgdo@_kTdyoboh8U7lR_u$LOtqUOIf zAivzx|7@~7(G$PB8JNCMcl1}Gl?P=3Sv^IH%I=5$m{5T+l zMcow&1Hhmn0{2@Mew8EZ^(#(;T7R9tbO^vF7FU)tz=!u(E(-*W>n-Zks;gPP~8b^dw7FZ!9_CJ52`UVmeKK|dj;*7{{feeFiatStr}} +
+ + This transaction could take a long time to confirm or could be dropped due to the low fees set by the sender +
Confirmations