Skip to content

Commit dcf1035

Browse files
committed
chore: remove false todo
1 parent 6e54688 commit dcf1035

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/strategy/chain_event_processor_strategy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,6 @@ func (s *ChainEventProcessorActor) processBlockTipReached(
648648
ipfsCidDecoded := tx.DecodeHexIfValid(ipfsCidHex)
649649

650650
var currentCloudData []map[string]interface{}
651-
// TODO: get previous file reference from DB
652651
previousFileReference := ""
653652
if ipfsCidHex != config.NullTrieHash {
654653
s.logger.Infof(

0 commit comments

Comments
 (0)