Skip to content

Commit

Permalink
fix: missing blinkv3 (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
datluongductuan authored Oct 23, 2024
1 parent b4a11e7 commit 9ca69ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/types/pendingtx.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ func (m Message) GetAllLogs() []*types.Log {
}
return results
}
case MevBlockerMempool, PublicMempool, BlinkMempool, MerkleMempool:
case MevBlockerMempool, PublicMempool, BlinkMempool, MerkleMempool, BlinkV3Mempool:
if m.InternalTx != nil {
return m.InternalTx.getLogs()
}
Expand Down

0 comments on commit 9ca69ce

Please sign in to comment.