It is necessary to release the lock for dealing with proof getdata
requests. The state does not need to be accessed in the second lock
block, which should give confidence that this will not cause any issue.
Depends on D9592.
Differential D9593
Split cs_main lock when sending getdata between inv types Fabien on May 26 2021, 20:19. Authored by Tags None Subscribers None Tokens
Details
It is necessary to release the lock for dealing with proof getdata Depends on D9592. With clang and debug: ninja all check-all Run the tsan build.
Diff Detail
|