Correct type capitalisation in comment.

This commit is contained in:
Owain G. Ainsworth 2014-03-28 00:03:45 +00:00
parent 613f61ec59
commit b7622c4e6c

View file

@ -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