Skip to content

Commit 3ea2522

Browse files
committed
fix: fromstr impl for miner variant (#13289)
1 parent d97449d commit 3ea2522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rpc/rpc-server-types/src/module.rs

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ impl FromStr for RethRpcModule {
320320
"reth" => Self::Reth,
321321
"ots" => Self::Ots,
322322
"flashbots" => Self::Flashbots,
323+
"miner" => Self::Miner,
323324
_ => return Err(ParseError::VariantNotFound),
324325
})
325326
}

0 commit comments

Comments
 (0)