Skip to content

Commit 9b80561

Browse files
committed
log comet
1 parent 329587d commit 9b80561

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mempool/reactor.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ func (memR *Reactor) Receive(e p2p.Envelope) {
156156
for _, tx := range protoTxs {
157157
ntx := types.Tx(tx)
158158
err = memR.mempool.CheckTx(ntx, nil, txInfo)
159+
fmt.Println("mempool check tx", tx, err)
159160
if err != nil {
160161
switch {
161162
case errors.Is(err, ErrTxInCache):

0 commit comments

Comments
 (0)