diff --git a/server.go b/server.go index 0f2ef834..2500600b 100644 --- a/server.go +++ b/server.go @@ -49,11 +49,11 @@ type broadcastMsg struct { excludePeers []*peer } -// BroadcastInventoryAdd is a type used to declare that the InvVect it contains +// broadcastInventoryAdd is a type used to declare that the InvVect it contains // needs to be added to the rebroadcast map type broadcastInventoryAdd *btcwire.InvVect -// BroadcastInventoryDel is a type used to declare that the InvVect it contains +// broadcastInventoryDel is a type used to declare that the InvVect it contains // needs to be removed from the rebroadcast map type broadcastInventoryDel *btcwire.InvVect