mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 07:17:56 -05: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