Skip to content

Commit f4f4698

Browse files
committed
Update description of COATxLookupEnabled config flag
1 parent ed8c510 commit f4f4698

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/config.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ type Config struct {
5656
COAKey crypto.PrivateKey
5757
// COACloudKMSKey is a Cloud KMS key that will be used for signing transactions.
5858
COACloudKMSKey *flowGoKMS.Key
59-
// COATxLookupEnabled sets whether COA signing keys are released by looking up
60-
// their transaction result status from ANs. Increases capacity of the available
61-
// COA signing keys.
59+
// COATxLookupEnabled enables tracking of Cadence transactions to release COA signing
60+
// keys much faster. Increases capacity of the available COA signing keys for nodes
61+
// with high tx volume.
6262
COATxLookupEnabled bool
6363
// GasPrice is a fixed gas price that will be used when submitting transactions.
6464
GasPrice *big.Int

0 commit comments

Comments
 (0)