mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
[DEV-14] Removed Segwit from addrmanager
This commit is contained in:
parent
e3079c7e79
commit
8eb7866c98
@ -1073,7 +1073,7 @@ func (a *AddrManager) GetBestLocalAddress(remoteAddr *wire.NetAddress) *wire.Net
|
||||
} else {
|
||||
ip = net.IPv4zero
|
||||
}
|
||||
services := wire.SFNodeNetwork | wire.SFNodeWitness | wire.SFNodeBloom
|
||||
services := wire.SFNodeNetwork | wire.SFNodeBloom
|
||||
bestAddress = wire.NewNetAddressIPPort(ip, 0, services)
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user