mirror of
https://github.com/dashpay/dash.git
synced 2024-12-27 21:12:48 +01:00
07620746a5
This fixes a bug in ScanQuorums which made it return quorums which were not mined at the time of pindexStart. This was due to quorumHashes being based on older blocks (the phase=0 block) which are ancestors of pindexStart even if the commitment was actually mined in a later block. GetMinedAndActiveCommitmentsUntilBlock is also going to be used for quorum commitment merkle roots in CCbTx. This also removes GetFirstMinedQuorumHash as it's not needed anymore. |
||
---|---|---|
.. | ||
cbtx.cpp | ||
cbtx.h | ||
deterministicmns.cpp | ||
deterministicmns.h | ||
evodb.cpp | ||
evodb.h | ||
mnauth.cpp | ||
mnauth.h | ||
providertx.cpp | ||
providertx.h | ||
simplifiedmns.cpp | ||
simplifiedmns.h | ||
specialtx.cpp | ||
specialtx.h |