You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add overload that takes an explicit starting CDeterministicMNList instead of
loading from GetListForBlock. This allows rebuilding masternode lists from
trusted snapshots without depending on potentially corrupted diffs in the
database.
Key changes:
- Add new overload taking prevList parameter (specialtxman.h)
- Refactor original method to delegate to new overload (specialtxman.cpp)
- Add assert to verify prevList is either empty or matches previous block
- Skip collateral validation when using dummy coins view (historical blocks)
Co-authored-by: Claude (Anthropic AI) <[email protected]>
0 commit comments