Skip to content

Commit 89136e1

Browse files
authored
fix mempool for dydx
1 parent b1c9a1d commit 89136e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mempool/mempool.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ func (mp *PubSubMempool) Insert(ctx context.Context, tx sdk.Tx) error {
112112
AttrKeyTxHash: txHashStr,
113113
AttrKeyTimestamp: timestamp,
114114
AttrKeyNodeID: mp.nodeID,
115-
AttrKeyMsgSigner: msg.GetSigners()[0].String(),
116115
AttrKeyTxMsgType: sdk.MsgTypeURL(msg),
117116
},
118117
},

0 commit comments

Comments
 (0)