decred / dcrd

Decred daemon in Go (golang).
https://decred.org
ISC License
733 stars 289 forks source link

server: Make per-peer inv relay handler a server method #3411

Closed jrick closed 1 month ago

jrick commented 1 month ago

Future changes will relay inventory to specific peers. This is a small amount of refactoring to prepare for that change.