forked from TrueCloudLab/neoneo-go
parent
37164ee4ef
commit
bbe174ee4a
1 changed files with 1 additions and 1 deletions
|
@ -648,7 +648,7 @@ func (s *Server) handleTxCmd(tx *transaction.Transaction) error {
|
|||
func (s *Server) handleAddrCmd(p Peer, addrs *payload.AddressList) error {
|
||||
for _, a := range addrs.Addrs {
|
||||
addr, err := a.GetTCPAddress()
|
||||
if err != nil {
|
||||
if err == nil {
|
||||
s.discovery.BackFill(addr)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue