There was an error while loading. Please reload this page.
1 parent ed8c510 commit f4f4698Copy full SHA for f4f4698
1 file changed
config/config.go
@@ -56,9 +56,9 @@ type Config struct {
56
COAKey crypto.PrivateKey
57
// COACloudKMSKey is a Cloud KMS key that will be used for signing transactions.
58
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.
+ // COATxLookupEnabled enables tracking of Cadence transactions to release COA signing
+ // keys much faster. Increases capacity of the available COA signing keys for nodes
+ // with high tx volume.
62
COATxLookupEnabled bool
63
// GasPrice is a fixed gas price that will be used when submitting transactions.
64
GasPrice *big.Int
0 commit comments