mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Get rid of fPlus argument to FormatMoney
It's never used with any other value than false, the default.
This commit is contained in:
parent
4b4b9a8de6
commit
a04bdefbeb
4 changed files with 23 additions and 27 deletions
|
|
@ -133,7 +133,7 @@ CAmount AmountFromValue(const UniValue& value)
|
|||
|
||||
UniValue ValueFromAmount(const CAmount& amount)
|
||||
{
|
||||
return UniValue(UniValue::VREAL, FormatMoney(amount, false));
|
||||
return UniValue(UniValue::VREAL, FormatMoney(amount));
|
||||
}
|
||||
|
||||
uint256 ParseHashV(const UniValue& v, string strName)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue