Add a default for currencies for ripple_find_path.

This commit is contained in:
Arthur Britto
2013-01-11 18:55:13 -08:00
parent c88c7c50a8
commit 8df9519a1c
6 changed files with 78 additions and 18 deletions

View File

@@ -34,6 +34,7 @@ private:
bool mViewLowest;
RippleState(SerializedLedgerEntry::ref ledgerEntry); // For accounts in a ledger
public:
RippleState(){ }
AccountItem::pointer makeItem(const uint160& accountID, SerializedLedgerEntry::ref ledgerEntry);