mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
CC work.
This commit is contained in:
@@ -65,6 +65,7 @@ private:
|
||||
uint256 mHash, mParentHash, mTransHash, mAccountHash;
|
||||
uint64 mTotCoins;
|
||||
uint64 mCloseTime; // when this ledger should close / did close
|
||||
uint64 mPrevClose; // when the previous ledger closed
|
||||
uint32 mLedgerSeq;
|
||||
bool mClosed, mValidHash, mAccepted, mImmutable;
|
||||
|
||||
@@ -82,8 +83,7 @@ protected:
|
||||
|
||||
static Ledger::pointer getSQL(const std::string& sqlStatement);
|
||||
|
||||
SLE::pointer getASNode(LedgerStateParms& parms, const uint256& nodeID,
|
||||
LedgerEntryType let);
|
||||
SLE::pointer getASNode(LedgerStateParms& parms, const uint256& nodeID, LedgerEntryType let);
|
||||
|
||||
public:
|
||||
Ledger(const NewcoinAddress& masterID, uint64 startAmount); // used for the starting bootstrap ledger
|
||||
|
||||
@@ -466,7 +466,7 @@ bool LedgerConsensus::updateOurPositions(int sinceClose)
|
||||
}
|
||||
if (it->second->getOurPosition()) // now a yes
|
||||
{
|
||||
ourPosition->addItem(SHAMapItem(it->first, it->second->peekTransaction()), true);
|
||||
ourPosition->addItem(SHAMapItem(it->first, it->second->peekTransaction()), true, false);
|
||||
addedTx.push_back(it->first);
|
||||
}
|
||||
else // now a no
|
||||
|
||||
Reference in New Issue
Block a user