multi: fix linter errors

This commit is contained in:
Olaoluwa Osuntokun
2017-09-03 17:04:53 -07:00
parent 53500127e3
commit fe0a7b6a09
3 changed files with 3 additions and 3 deletions

View File

@@ -204,7 +204,7 @@ func (c *ChannelGraphBootstrapper) SampleNodeAddrs(numAddrs uint32,
return nil, err
}
tries += 1
tries++
// We'll now rotate our hash accumulator one value forwards.
c.hashAccumulator = sha256.Sum256(c.hashAccumulator[:])