Skip to content

Commit

Permalink
fix: Missing commas (ethereum#2327)
Browse files Browse the repository at this point in the history
* fix: Missing commas

* Add newsfragment for exception retry middleware whitelist

Co-authored-by: kclowes <[email protected]>
  • Loading branch information
mrshu and kclowes authored Jan 31, 2022
1 parent e892434 commit 2f2ca36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions newsfragments/2327.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The exception retry middleware whitelist was missing a comma between ``txpool`` and ``testing``
2 changes: 1 addition & 1 deletion web3/middleware/exception_retry_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
'admin',
'miner',
'net',
'txpool'
'txpool',
'testing',
'evm',
'eth_protocolVersion',
Expand Down

0 comments on commit 2f2ca36

Please sign in to comment.