Skip to content

Commit

Permalink
Update plugin/evm/message/handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sam Batschelet <sam.batschelet@avalabs.org>
Signed-off-by: Joshua Kim <20001595+joshua-kim@users.noreply.github.com>
  • Loading branch information
joshua-kim and hexfusion authored Jul 13, 2023
1 parent 8302b84 commit 44eff62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/evm/message/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func (h NoopMempoolGossipHandler) HandleAtomicTxsGossip(nodeID ids.NodeID, msg A
}

func (h NoopMempoolGossipHandler) HandleEthTxsGossip(nodeID ids.NodeID, msg EthTxsGossip2) error {
log.Debug("dropping unexpected PullEthTxsResponse message", "peerID", nodeID)
log.Debug("Dropping unexpected PullEthTxsResponse message", "peerID", nodeID)
return nil
}

Expand Down

0 comments on commit 44eff62

Please sign in to comment.