Closed jgraef closed 5 years ago
As discussed with Philipp, this synchronizes the state of the blockchain (i.e. accounts) with the Mempool. In my opinion we can't lock less than this. We also considered using a priority lock to prioritize Blockchain::push
Blockchain::push
Pull request checklist
This fixes issue #___.
What's in this pull request?
As discussed with Philipp, this synchronizes the state of the blockchain (i.e. accounts) with the Mempool. In my opinion we can't lock less than this. We also considered using a priority lock to prioritize
Blockchain::push