• UdjinM6's avatar
    Few more lock-related fixes: · 4f6d128b
    UdjinM6 authored
    - do not lock cs_main for mnodeman.CheckAndRemove() - we have trylock inside CMasternode.Check, should be enough
    - fast cs_main lock for ix
    - use RelayInv instead of manually locking nodes / pushing inv
    - do not lock cs_vNodes / ClearFulfilledRequest on every 100th block, CMasternodeSync should already handle resync by itself better now
    4f6d128b
main.cpp 219 KB