Skip to content

Commit 5de1e1b

Browse files
authored
Fix import in documentation
1 parent 1c532b1 commit 5de1e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core-gas.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ You can use :func:`network.priority_fee <main.max_fee>` to set a default priorit
3131

3232
.. code-block:: python
3333
34-
>>> from brownie.network import gas_price
34+
>>> from brownie.network import priority_fee
3535
>>> priority_fee("2 gwei")
3636
3737
Setting the default to ``"auto"`` will dynamically determine the priority fee using :attr:`web3.eth.max_priority_fee <web3.eth.Eth.max_priority_fee>`. Seting to ``None`` will return to legacy-style transactions.

0 commit comments

Comments
 (0)