Returns true when the amount is non-negative and does not exceed MAX_MONEY.
Declared in <consensus/amount.h>
<consensus/amount.h>
bool MoneyRange(CAmount const& nValue);
true if nValue is a valid amount within the accepted range.