mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 03:47:18 +00:00
debug
This commit is contained in:
parent
fd7b7ffc13
commit
3582572c30
1 changed files with 2 additions and 0 deletions
|
@ -1179,6 +1179,8 @@ func (s *Server) RelayP2PNotaryRequest(r *payload.P2PNotaryRequest) error {
|
|||
err := s.verifyAndPoolNotaryRequest(r)
|
||||
if err == nil {
|
||||
s.broadcastP2PNotaryRequestPayload(nil, r)
|
||||
} else {
|
||||
s.log.Info("p2p request", zap.Error(err))
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue