mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02: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
Add a link
Reference in a new issue