Replies: 1 comment 1 reply
-
Because of modules codependency. To send request you just need peer id and network. To respond on rrquest you need sync, chain, db and others |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
network/ contains a switch statement and implementations to deal with requests while sync/ contains a switch statement and implementations to deal with responses. Is there a specific reason to spread the logic in both directories?
Beta Was this translation helpful? Give feedback.
All reactions