diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-01-06 10:42:27 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-01-06 10:49:49 +0100 |
commit | c5adf8f267b2b4b633af2738c8f21005d4382496 (patch) | |
tree | c53e54680cc01d90035e92a4203429781e3f8c61 /src/qt/forms | |
parent | f646275b90b1de93bc62b4c4d045d75ac0b96eee (diff) |
[Qt] Show more significant warning if we fall back to the default fee
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/sendcoinsdialog.ui | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index ca8ecffafe..2eb3276a8d 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -760,10 +760,30 @@ </layout> </item> <item> + <widget class="QLabel" name="fallbackFeeWarningLabel"> + <property name="toolTip"> + <string>Using the fallbackfee can result in sending a transaction that will take serval hours or days (or never) to confirm. Consider choosing your fee manually or wait until your have validated the complete chain.</string> + </property> + <property name="styleSheet"> + <string notr="true">color: rgb(255, 150, 0); +font-weight: bold;</string> + </property> + <property name="text"> + <string>Warning: Fee estimation is currently not possible.</string> + </property> + <property name="wordWrap"> + <bool>false</bool> + </property> + </widget> + </item> + <item> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> + <property name="sizeType"> + <enum>QSizePolicy::MinimumExpanding</enum> + </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> |