mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-14 18:30:52 +02:00
multi: fix linter errors
This commit is contained in:
@@ -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[:])
|
||||
|
Reference in New Issue
Block a user