mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Remove mOrigNodes.
This commit is contained in:
@@ -175,7 +175,7 @@ public:
|
||||
class TransactionEngine
|
||||
{
|
||||
private:
|
||||
LedgerEntrySet mNodes, mOrigNodes;
|
||||
LedgerEntrySet mNodes;
|
||||
|
||||
TransactionEngineResult dirAdd(
|
||||
uint64& uNodeDir, // Node of entry.
|
||||
@@ -217,8 +217,6 @@ protected:
|
||||
void entryDelete(SLE::pointer sleEntry, bool unfunded = false);
|
||||
void entryModify(SLE::pointer sleEntry);
|
||||
|
||||
void entryReset();
|
||||
|
||||
uint32 rippleTransfer(const uint160& uIssuerID);
|
||||
STAmount rippleBalance(const uint160& uToAccountID, const uint160& uFromAccountID, const uint160& uCurrencyID);
|
||||
STAmount rippleLimit(const uint160& uToAccountID, const uint160& uFromAccountID, const uint160& uCurrencyID);
|
||||
|
||||
Reference in New Issue
Block a user