Assume peers cycle (until told otherwise) when we watch the network accept a new LCL

This commit is contained in:
JoelKatz
2012-06-20 04:19:04 -07:00
parent 582f18eec5
commit 2ca0c51722

View File

@@ -135,6 +135,7 @@ public:
uint256 getClosedLedgerHash() const { return mClosedLedgerHash; }
NewcoinAddress getNodePublic() const { return mNodePublic; }
void cycleStatus() { mPreviousLedgerHash = mClosedLedgerHash; mClosedLedgerHash.zero(); }
};
#endif