File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments