lint: cleanup branch lint errors (#7238)

This commit is contained in:
Sam Kleinman
2021-11-04 07:44:13 -04:00
committed by GitHub
parent 8629d31de3
commit 003d15fa4b
18 changed files with 25 additions and 17 deletions
+1 -1
View File
@@ -734,7 +734,7 @@ func (r *Reactor) handleLightBlockMessage(envelope p2p.Envelope) error {
}
case *ssproto.LightBlockResponse:
var height int64 = 0
var height int64
if msg.LightBlock != nil {
height = msg.LightBlock.SignedHeader.Header.Height
}