diff --git a/txpool/fetch.go b/txpool/fetch.go index 7c53e84f5..49e6226bb 100644 --- a/txpool/fetch.go +++ b/txpool/fetch.go @@ -319,6 +319,7 @@ func (f *Fetch) handleInboundMessage(ctx context.Context, req *sentry.InboundMes if ASSERT { for i := 0; i < txs.senders.Len(); i++ { if bytes.Equal(txs.senders.At(i), EmptyAddr[:]) { + fmt.Printf("here: %s, %x\n", req.Id, req.Data) panic("here") } }