diff --git a/data/txHandler.go b/data/txHandler.go index e30174fb23..7eb5126cf2 100644 --- a/data/txHandler.go +++ b/data/txHandler.go @@ -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 }