Skip to content

Commit

Permalink
task
Browse files Browse the repository at this point in the history
  • Loading branch information
rnovikov committed Nov 29, 2024
1 parent 7ce5ddc commit 056c55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm_loader/api/src/api_server/handlers/get_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub async fn get_config(state: NeonApiState, request_id: RequestId) -> impl Resp
Ok(rpc) => rpc,
Err(e) => return process_error(StatusCode::BAD_REQUEST, &e),
};

// Entry GetConfigResponse
process_result(
&GetConfigCommand::execute(&rpc, state.config.evm_loader)
.await
Expand Down

0 comments on commit 056c55e

Please sign in to comment.