mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
fix: fromstr impl for miner variant (#13289)
This commit is contained in:
@ -320,6 +320,7 @@ impl FromStr for RethRpcModule {
|
||||
"reth" => Self::Reth,
|
||||
"ots" => Self::Ots,
|
||||
"flashbots" => Self::Flashbots,
|
||||
"miner" => Self::Miner,
|
||||
_ => return Err(ParseError::VariantNotFound),
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user