Skip to content

Commit 2f2ca36

Browse files
mrshukclowes
andauthored
fix: Missing commas (#2327)
* fix: Missing commas * Add newsfragment for exception retry middleware whitelist Co-authored-by: kclowes <kclowes@users.noreply.github.com>
1 parent e892434 commit 2f2ca36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

newsfragments/2327.bugfix.rst

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
The exception retry middleware whitelist was missing a comma between ``txpool`` and ``testing``

web3/middleware/exception_retry_request.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
'admin',
2626
'miner',
2727
'net',
28-
'txpool'
28+
'txpool',
2929
'testing',
3030
'evm',
3131
'eth_protocolVersion',

0 commit comments

Comments
 (0)