Skip to content

Commit eeb2334

Browse files
authored
Merge pull request #919 from onflow/cf/change-word
Change language to computation
2 parents 5635be9 + 5b5a879 commit eeb2334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/emulator/start/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ type Config struct {
6666
TransactionFeesEnabled bool `default:"false" flag:"transaction-fees" info:"enable transaction fees"`
6767
TransactionMaxGasLimit int `default:"9999" flag:"transaction-max-gas-limit" info:"(deprecated) use --transaction-max-compute-limit"`
6868
ScriptGasLimit int `default:"100000" flag:"script-gas-limit" info:"(deprecated) use --script-compute-limit"`
69-
TransactionMaxComputeLimit int `default:"9999" flag:"transaction-max-compute-limit" info:"maximum compute limit for transactions"`
69+
TransactionMaxComputeLimit int `default:"9999" flag:"transaction-max-compute-limit" info:"maximum computation limit for transactions"`
7070
ScriptComputeLimit int `default:"100000" flag:"script-compute-limit" info:"compute limit for scripts"`
7171
Contracts bool `default:"false" flag:"contracts" info:"deploy common contracts when emulator starts"`
7272
ContractRemovalEnabled bool `default:"true" flag:"contract-removal" info:"allow removal of already deployed contracts, used for updating during development"`

0 commit comments

Comments
 (0)