mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: defense against new variant (#20600)
This commit is contained in:
@@ -137,7 +137,7 @@ where
|
||||
Params::Bool(false) | Params::None => {
|
||||
// only hashes requested
|
||||
}
|
||||
Params::Logs(_) => {
|
||||
_ => {
|
||||
return Err(invalid_params_rpc_err(
|
||||
"Invalid params for newPendingTransactions",
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user