Skip to content

Commit

Permalink
fix: fromstr impl for miner variant (#13289)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Dec 11, 2024
1 parent d97449d commit 3ea2522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/rpc/rpc-server-types/src/module.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,7 @@ impl FromStr for RethRpcModule {
"reth" => Self::Reth,
"ots" => Self::Ots,
"flashbots" => Self::Flashbots,
"miner" => Self::Miner,
_ => return Err(ParseError::VariantNotFound),
})
}
Expand Down

0 comments on commit 3ea2522

Please sign in to comment.