Skip to content

Commit

Permalink
add a comment CR
Browse files Browse the repository at this point in the history
  • Loading branch information
algonautshant committed Oct 24, 2022
1 parent ed882dd commit 41a37df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions data/txHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ func reencode(stxns []transactions.SignedTxn) []byte {
// backlogWorker is the worker go routine that process the incoming messages from the postVerificationQueue and backlogQueue channels
// and dispatches them further.
func (handler *TxHandler) backlogWorker() {
// Note: TestIncomingTxHandle and TestIncomingTxGroupHandle emulate this function.
// Changes to the behavior in this function should be reflected in the test.
defer handler.backlogWg.Done()
for {
// prioritize the postVerificationQueue
Expand Down

0 comments on commit 41a37df

Please sign in to comment.