Skip to content

[DLN/EMF] Fix race condition at end of sync

Dan Notestein requested to merge mzebrak/issue-247 into develop

Change time we send final blockchain synopsis message to tell peers we are in sync with them (now we send after we processed the final block, previously we sent as soon as we put on writeq).

This ensures that the node with inventory knows to advertise transaction inventory to its peer, allowing the new test to pass.

Merge request reports