Skip to content

Commit

Permalink
refactor(custom-rpc): rename RPC (#4184)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdibble authored Oct 31, 2023
1 parent 2ef0177 commit 3a2573b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/custom-rpc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ pub trait CustomApi {
&self,
at: Option<state_chain_runtime::Hash>,
) -> RpcResult<IngressEgressEnvironment>;
#[method(name = "pool_environment")]
#[method(name = "pools_environment")]
fn cf_pools_environment(
&self,
at: Option<state_chain_runtime::Hash>,
Expand Down

0 comments on commit 3a2573b

Please sign in to comment.