forked from TrueCloudLab/neoneo-go
network: fix errcheck warning
This commit is contained in:
parent
601841ef35
commit
99108c620f
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ func (s *Server) handleP2PNotaryRequestCmd(r *payload.P2PNotaryRequest) error {
|
||||||
}
|
}
|
||||||
// It's OK for it to fail for various reasons like request already existing
|
// It's OK for it to fail for various reasons like request already existing
|
||||||
// in the pool.
|
// in the pool.
|
||||||
s.RelayP2PNotaryRequest(r)
|
_ = s.RelayP2PNotaryRequest(r)
|
||||||
return nil
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue