Skip to content

Commit

Permalink
linked the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kishansagathiya committed Mar 31, 2022
1 parent 5a5ba2d commit 1fcfb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/network/transaction.go
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ func (s *Service) startTxnBatchProcessing(txnBatchCh chan *BatchMessage, slotDur
continue
}

// TODO: Check if s.gossip.hasSeen should be moved before handleTransactionMessage.
// TODO: Check if s.gossip.hasSeen should be moved before handleTransactionMessage. #2445
// That we could avoid handling the transactions again, which we would have already seen.

hasSeen, err := s.gossip.hasSeen(txnMsg.msg)
Expand Down

0 comments on commit 1fcfb7f

Please sign in to comment.