mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-03 09:56:38 -05:00
Send amount shows minimum amount placeholder
This commit is contained in:
parent
b6e34afe97
commit
57e2edea0b
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public:
|
||||||
CAmount val = value(&valid);
|
CAmount val = value(&valid);
|
||||||
|
|
||||||
currentUnit = unit;
|
currentUnit = unit;
|
||||||
|
lineEdit()->setPlaceholderText(BitcoinUnits::format(currentUnit, m_min_amount, false, BitcoinUnits::separatorAlways));
|
||||||
if(valid)
|
if(valid)
|
||||||
setValue(val);
|
setValue(val);
|
||||||
else
|
else
|
||||||
|
|
Loading…
Add table
Reference in a new issue