Skip to content

Commit 57e2ede

Browse files
Send amount shows minimum amount placeholder
1 parent b6e34af commit 57e2ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/bitcoinamountfield.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ class AmountSpinBox: public QAbstractSpinBox
102102
CAmount val = value(&valid);
103103

104104
currentUnit = unit;
105-
105+
lineEdit()->setPlaceholderText(BitcoinUnits::format(currentUnit, m_min_amount, false, BitcoinUnits::separatorAlways));
106106
if(valid)
107107
setValue(val);
108108
else

0 commit comments

Comments
 (0)