WS: Add support ledger_entry to return a ripple_state.

This commit is contained in:
Arthur Britto
2012-09-27 13:36:04 -07:00
parent ff245609ac
commit 22c22bd734
2 changed files with 43 additions and 16 deletions

View File

@@ -12,6 +12,7 @@
uint64 STAmount::uRateOne = STAmount::getRate(STAmount(1), STAmount(1));
// --> sCurrency: "", "XNS", or three letter ISO code.
bool STAmount::currencyFromString(uint160& uDstCurrency, const std::string& sCurrency)
{
bool bSuccess = true;