Fixes for path checkpointing and expansion.

This commit is contained in:
Arthur Britto
2012-08-15 14:59:55 -07:00
parent 8ef27615dc
commit f4714736cb
2 changed files with 151 additions and 49 deletions

View File

@@ -126,10 +126,12 @@ class PathState
{
protected:
bool pushNode(int iType, uint160 uAccountID, uint160 uCurrencyID, uint160 uIssuerID);
bool pushImply(uint160 uAccountID, uint160 uCurrencyID, uint160 uIssuerID);
public:
typedef boost::shared_ptr<PathState> pointer;
bool bValid;
std::vector<paymentNode> vpnNodes;
LedgerEntrySet lesEntries;