Skip to content

Commit

Permalink
Remove blocking marker
Browse files Browse the repository at this point in the history
  • Loading branch information
rakanalh committed Aug 21, 2024
1 parent c2651ff commit 9563eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/evm/src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ pub struct EstimatedDiffSize {
#[rpc_gen(client, server)]
impl<C: sov_modules_api::Context> Evm<C> {
/// Handler for `net_version`
#[rpc_method(name = "net_version", blocking)]
#[rpc_method(name = "net_version")]
pub fn net_version(&self, working_set: &mut WorkingSet<C>) -> RpcResult<String> {
debug!("evm module: net_version");

Expand Down

0 comments on commit 9563eb2

Please sign in to comment.