We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e618b3 commit 25074eeCopy full SHA for 25074ee
pallets/swap/rpc/src/lib.rs
@@ -18,14 +18,14 @@ pub use pallet_subtensor_swap_runtime_api::SwapRuntimeApi;
18
pub trait SwapRpcApi<BlockHash> {
19
#[method(name = "swap_currentAlphaPrice")]
20
fn current_alpha_price(&self, netuid: u16, at: Option<BlockHash>) -> RpcResult<u64>;
21
- #[method(name = "swap_sinSwapTaoForAlpha")]
+ #[method(name = "swap_simSwapTaoForAlpha")]
22
fn sim_swap_tao_for_alpha(
23
&self,
24
netuid: u16,
25
tao: u64,
26
at: Option<BlockHash>,
27
) -> RpcResult<Vec<u8>>;
28
- #[method(name = "swap_sinSwapAlphaForTao")]
+ #[method(name = "swap_simSwapAlphaForTao")]
29
fn sim_swap_alpha_for_tao(
30
31
0 commit comments