Skip to content

Commit

Permalink
Merge pull request #1271 from WyseNynja/patch-2
Browse files Browse the repository at this point in the history
Fix import in documentation
  • Loading branch information
iamdefinitelyahuman authored Sep 30, 2021
2 parents 1c532b1 + 5de1e1b commit 8780525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/core-gas.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ You can use :func:`network.priority_fee <main.max_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 <web3.eth.Eth.max_priority_fee>`. Seting to ``None`` will return to legacy-style transactions.
Expand Down

0 comments on commit 8780525

Please sign in to comment.