Statediffing #5

Closed
elizabethengelman wants to merge 122 commits from statediff-for-archive-node into master
Showing only changes of commit dd98d1da94 - Show all commits

View File

@ -95,8 +95,7 @@ func TestNetworkID(t *testing.T) {
kademlias[node].EachAddr(nil, 0, func(addr *BzzAddr, _ int, _ bool) bool {
found := false
for _, nd := range netIDGroup {
p := nd.Bytes()
if bytes.Equal(p, addr.Address()) {
if bytes.Equal(kademlias[nd].BaseAddr(), addr.Address()) {
found = true
}
}