From b7622c4e6cd128420bbe85129425a42a71e91257 Mon Sep 17 00:00:00 2001 From: "Owain G. Ainsworth" Date: Fri, 28 Mar 2014 00:03:45 +0000 Subject: [PATCH] Correct type capitalisation in comment. --- server.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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