Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 406a743

Browse files
committed
Fix release notes link to MiningChain.mine_all()
1 parent c2bea71 commit 406a743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/release_notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Bugfixes
3131
Performance improvements
3232
~~~~~~~~~~~~~~~~~~~~~~~~
3333

34-
- Got a >10x speedup of some benchmarks and other tests, by adding a new :meth`MiningChain.mine_all`
34+
- Got a >10x speedup of some benchmarks and other tests, by adding a new :meth:`eth.chains.base.MiningChain.mine_all`
3535
API and using it. This is a public API, and should be used whenever all the transactions are known
3636
up front, to get a significant speedup. (`#1967 <https://github.com/ethereum/py-evm/issues/1967>`__)
3737

0 commit comments

Comments
 (0)