Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Jan 29, 2025
1 parent ba25762 commit 6e2850d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/evm/statesync/connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ func (o *outbound) handleResponse(
return
}

log.Debug("statesync AppRequest response", "nodeID", nodeID, "responseBytes", len(responseBytes))
p := snap.NewFakePeer(protocolVersion, nodeID.String(), &rw{responseBytes: responseBytes})
if err := snap.HandleMessage(o, p); err != nil {
log.Warn("failed to handle response", "peer", nodeID, "err", err)
Expand Down

0 comments on commit 6e2850d

Please sign in to comment.