Skip to content

Commit 8d54294

Browse files
committed
Reword
1 parent f869bb3 commit 8d54294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/blockchain/service/limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Decreasing ledger and log storage size is not supported.
5757

5858
## Performance
5959

60-
Do not use *eth.estimate* gas function for each transaction submission. The *eth.estimate* function is memory intensive. Calling it multiple times reduces transactions per second drastically.
60+
Do not use *eth.estimate* gas function for each transaction submission. The *eth.estimate* function is memory intensive. Calling the function multiple times reduces transactions per second drastically.
6161

6262
If possible, use a conservative gas value for submitting transactions and minimize the use of *eth.estimate*.
6363

0 commit comments

Comments
 (0)