Skip to content

Commit 42edb99

Browse files
committed
add eth_maxPriorityFeePerGas to exception_retry_middleware whitelist
1 parent 4585e1b commit 42edb99

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

newsfragments/3090.feature.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add ``eth_maxPriorityFeePerGas`` to ``exception_retry_middleware`` whitelist

tests/core/middleware/test_http_request_retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def test_check_if_retry_on_failure_false():
4343
methods = [
4444
"eth_sendTransaction",
4545
"personal_signAndSendTransaction",
46-
"personal_sendTRansaction",
46+
"personal_sendTransaction",
4747
]
4848

4949
for method in methods:

web3/middleware/exception_retry_request.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
"eth_getRawTransactionByHash",
6363
"eth_call",
6464
"eth_estimateGas",
65+
"eth_maxPriorityFeePerGas",
6566
"eth_newBlockFilter",
6667
"eth_newPendingTransactionFilter",
6768
"eth_newFilter",

0 commit comments

Comments
 (0)