This commit is contained in:
Jae Kwon
2014-06-25 21:37:20 -07:00
parent c0bf95eb73
commit c895c6a586
12 changed files with 78 additions and 48 deletions

View File

@ -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()