Skip to content

Commit

Permalink
refactor(custom-rpc): add RPC alias (#4192)
Browse files Browse the repository at this point in the history
  • Loading branch information
acdibble authored Nov 2, 2023
1 parent b080527 commit 06f3184
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 = "pools_environment")]
#[method(name = "pools_environment", aliases = ["cf_pool_environment"])]
fn cf_pools_environment(
&self,
at: Option<state_chain_runtime::Hash>,
Expand Down

0 comments on commit 06f3184

Please sign in to comment.