mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
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
|
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
|
// needs to be added to the rebroadcast map
|
||||||
type broadcastInventoryAdd *btcwire.InvVect
|
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
|
// needs to be removed from the rebroadcast map
|
||||||
type broadcastInventoryDel *btcwire.InvVect
|
type broadcastInventoryDel *btcwire.InvVect
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue