mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Work toward big endian
This commit is contained in:
@@ -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())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user