Skip to content

Commit

Permalink
fix mempool for dydx
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmacmac authored Apr 22, 2024
1 parent b1c9a1d commit 89136e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mempool/mempool.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func (mp *PubSubMempool) Insert(ctx context.Context, tx sdk.Tx) error {
AttrKeyTxHash: txHashStr,
AttrKeyTimestamp: timestamp,
AttrKeyNodeID: mp.nodeID,
AttrKeyMsgSigner: msg.GetSigners()[0].String(),
AttrKeyTxMsgType: sdk.MsgTypeURL(msg),
},
},
Expand Down

0 comments on commit 89136e1

Please sign in to comment.