doc: Add comment to use ValueFromAmount/AmountFromValue for JSON, not utilmoneystr
This commit is contained in:
parent
ec05c508c6
commit
ce076383a8
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@
|
||||||
|
|
||||||
#include "amount.h"
|
#include "amount.h"
|
||||||
|
|
||||||
|
/* Do not use these functions to represent or parse monetary amounts to or from
|
||||||
|
* JSON but use AmountFromValue and ValueFromAmount for that.
|
||||||
|
*/
|
||||||
std::string FormatMoney(const CAmount& n);
|
std::string FormatMoney(const CAmount& n);
|
||||||
bool ParseMoney(const std::string& str, CAmount& nRet);
|
bool ParseMoney(const std::string& str, CAmount& nRet);
|
||||||
bool ParseMoney(const char* pszIn, CAmount& nRet);
|
bool ParseMoney(const char* pszIn, CAmount& nRet);
|
||||||
|
|
Loading…
Reference in a new issue