Correct type capitalisation in comment.
This commit is contained in:
parent
613f61ec59
commit
b7622c4e6c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue