diff --git a/docs/core-gas.rst b/docs/core-gas.rst index f1c70621f..8988889ae 100644 --- a/docs/core-gas.rst +++ b/docs/core-gas.rst @@ -31,7 +31,7 @@ You can use :func:`network.priority_fee ` to set a default priorit .. code-block:: python - >>> from brownie.network import gas_price + >>> from brownie.network import priority_fee >>> priority_fee("2 gwei") Setting the default to ``"auto"`` will dynamically determine the priority fee using :attr:`web3.eth.max_priority_fee `. Seting to ``None`` will return to legacy-style transactions.