Work toward big endian

This commit is contained in:
Arthur Britto
2012-05-31 01:51:58 -07:00
parent 61e075bff3
commit dad9568f4f
6 changed files with 100 additions and 108 deletions

View File

@@ -16,7 +16,7 @@ bool STAmount::currencyFromString(uint160& uDstCurrency, const std::string& sCur
if (sCurrency.empty() || !sCurrency.compare(SYSTEM_CURRENCY_CODE))
{
uDstCurrency = 0;
uDstCurrency.zero();
}
else if (3 == sCurrency.size())
{