Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(
peer_loop
): Arrange message handlers in order of sequence
The sequence being: - get block notification (and: maybe start challenge phase; maybe ask peer for block) - get sync challenge (and: maybe respond) - get sync challenge response (and: inform main loop) - get block request (and: maybe respond) - get block (and: maybe try ensure path)
- Loading branch information