mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 12:41:44 +00:00
.
This commit is contained in:
@ -95,7 +95,6 @@ func NewAddrBook(filePath string) *AddrBook {
|
||||
am := AddrBook{
|
||||
rand: rand.New(rand.NewSource(time.Now().UnixNano())),
|
||||
quit: make(chan struct{}),
|
||||
localAddresses: make(map[string]*localAddress),
|
||||
filePath: filePath,
|
||||
}
|
||||
am.init()
|
||||
|
Reference in New Issue
Block a user