Make NetworkOPs::isFull() thread-safe

This commit is contained in:
Mark Travis
2014-08-04 09:51:57 -07:00
committed by Vinnie Falco
parent 648ccc7c17
commit 405f6f7368

View File

@@ -506,7 +506,7 @@ private:
std::atomic<OperatingMode> mMode;
bool mNeedNetworkLedger;
std::atomic <bool> mNeedNetworkLedger;
bool mProposing;
bool mValidating;
bool m_amendmentBlocked;