diff --git a/beacon_chain/eth2_network.nim b/beacon_chain/eth2_network.nim index ecdd79c9e..0ba80290a 100644 --- a/beacon_chain/eth2_network.nim +++ b/beacon_chain/eth2_network.nim @@ -248,6 +248,8 @@ else: result = proc(api: DaemonAPI, ticket: PubsubTicket, msg: PubSubMessage): Future[bool] {.async.} = + trace "Incoming gossip bytes", + peer = msg.peer, len = msg.data.len, tops = msg.topics msgHandler SSZ.decode(msg.data, MsgType) return true