We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 329587d commit 9b80561Copy full SHA for 9b80561
mempool/reactor.go
@@ -156,6 +156,7 @@ func (memR *Reactor) Receive(e p2p.Envelope) {
156
for _, tx := range protoTxs {
157
ntx := types.Tx(tx)
158
err = memR.mempool.CheckTx(ntx, nil, txInfo)
159
+ fmt.Println("mempool check tx", tx, err)
160
if err != nil {
161
switch {
162
case errors.Is(err, ErrTxInCache):
0 commit comments