Get rid of fPlus argument to FormatMoney
It's never used with any other value than false, the default.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
#include "amount.h"
|
||||
|
||||
std::string FormatMoney(const CAmount& n, bool fPlus=false);
|
||||
std::string FormatMoney(const CAmount& n);
|
||||
bool ParseMoney(const std::string& str, CAmount& nRet);
|
||||
bool ParseMoney(const char* pszIn, CAmount& nRet);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user