mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Fixes for path checkpointing and expansion.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user