mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
5e0f77747a
We could use std::optional<std::reference_wrapper<const CActiveMasternodeManager>> but then we'd also have to contend with accessing the value with mn_activeman. value().get(). We assert m_mn_activeman is present instead of fast-failing when it isn't because of the fMasternodeMode fast-fail check. If we are in masternode mode, m_mn_activeman should point to a valid target. If it doesn't, something's gone wrong. |
||
---|---|---|
.. | ||
client.cpp | ||
client.h | ||
coinjoin.cpp | ||
coinjoin.h | ||
common.cpp | ||
common.h | ||
context.cpp | ||
context.h | ||
interfaces.cpp | ||
options.cpp | ||
options.h | ||
server.cpp | ||
server.h | ||
util.cpp | ||
util.h |