Skip to content

Commit

Permalink
fixed nil pointer panic in mevindexer
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Jun 17, 2024
1 parent 098ee67 commit d64de3a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/mevindexer.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,6 @@ func (mev *MevIndexer) loadMevBlocksFromRelay(indexer *indexer.Indexer, relay *t
}
mev.mevBlockCache[blockHash] = cachedBlock
} else {
cachedBlock := mev.mevBlockCache[blockHash]
if cachedBlock.block.SeenbyRelays&relayFlag > 0 {
continue
}
Expand Down

0 comments on commit d64de3a

Please sign in to comment.