Skip to content

Commit 73d4470

Browse files
MadelineMurrayMadelineAuNicolasMassart
authored
Added note to free gas networks re setting min gas on all nodes (#480)
* Replaced web3js-eea reference with link to generated version * Added info re setting for all nodes Signed-off-by: Madeline Murray <[email protected]> Signed-off-by: Nicolas MASSART <[email protected]> Co-authored-by: Madeline Murray <[email protected]> Co-authored-by: Nicolas MASSART <[email protected]> Co-authored-by: Nicolas MASSART <[email protected]>
1 parent 8faf9da commit 73d4470

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

docs/HowTo/Configure/FreeGas.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,10 @@ to zero.
8989
min-gas-price=0
9090
```
9191

92+
!!! important
93+
In a free gas network, ensure the [minimum gas price](../../Reference/CLI/CLI-Syntax.md#min-gas-price)
94+
is set to zero for every node.
95+
9296
## Configuring free gas in Truffle
9397

9498
If using Truffle to develop on your free gas network, you also need to configure free gas in

docs/Reference/CLI/CLI-Syntax.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,8 @@ The minimum price a transaction offers to include it in a mined block. To retrie
10441044
price in a running node, use [`eth_gasPrice`](../API-Methods.md#eth_gasprice). The default is 1000
10451045
Wei.
10461046

1047+
In a [free gas network](../../HowTo/Configure/FreeGas.md), set to zero.
1048+
10471049
### nat-method
10481050

10491051
=== "Syntax"

0 commit comments

Comments
 (0)