Skip to content

Commit

Permalink
Update data/txHandler.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cce authored Aug 1, 2024
1 parent 686d9a2 commit 0bced19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/txHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ type TxHandler struct {
appLimiter *appRateLimiter
appLimiterBacklogThreshold int

// batchVerifier provides synchronous verification of transaction groups
// batchVerifier provides synchronous verification of transaction groups, used only by pubsub validation in validateIncomingTxMessage.
batchVerifier verify.TxnGroupBatchSigVerifier
}

Expand Down

0 comments on commit 0bced19

Please sign in to comment.