diff --git a/src/Ledger.h b/src/Ledger.h index ffb9dbd81..bf362fb6c 100644 --- a/src/Ledger.h +++ b/src/Ledger.h @@ -57,7 +57,7 @@ public: TR_PASTASEQ = 6, // account is past this transaction TR_PREASEQ = 7, // account is missing transactions before this TR_BADLSEQ = 8, // ledger too early - TR_TOOSMALL = 9, // amount is less than Tx fee + TR_TOOSMALL = 9, // amount is less than Tx fee }; // ledger close flags @@ -82,10 +82,6 @@ private: Ledger& operator=(const Ledger&); // no implementation protected: - - - - SLE::pointer getASNode(LedgerStateParms& parms, const uint256& nodeID, LedgerEntryType let); public: diff --git a/src/TransactionErr.h b/src/TransactionErr.h index 576f3dbf8..97a9b1525 100644 --- a/src/TransactionErr.h +++ b/src/TransactionErr.h @@ -42,7 +42,7 @@ enum TER // aka TransactionEngineResult temINVALID, temREDUNDANT, temRIPPLE_EMPTY, - temUNCERTAIN, + temUNCERTAIN, // An intermediate result used internally, should never be returned. temUNKNOWN, // -199 .. -100: F Failure (sequence number previously used)