File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
pallets/subtensor/rpc/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ pub trait SubtensorCustomApi<BlockHash> {
5454 fn get_subnets_info ( & self , at : Option < BlockHash > ) -> RpcResult < Vec < u8 > > ;
5555 #[ method( name = "subnetInfo_getSubnetInfo_v2" ) ]
5656 fn get_subnet_info_v2 ( & self , netuid : NetUid , at : Option < BlockHash > ) -> RpcResult < Vec < u8 > > ;
57- #[ method( name = "subnetInfo_getSubnetsInf_v2 " ) ]
57+ #[ method( name = "subnetInfo_getSubnetsInfo_v2 " ) ]
5858 fn get_subnets_info_v2 ( & self , at : Option < BlockHash > ) -> RpcResult < Vec < u8 > > ;
5959 #[ method( name = "subnetInfo_getSubnetHyperparams" ) ]
6060 fn get_subnet_hyperparams ( & self , netuid : NetUid , at : Option < BlockHash > ) -> RpcResult < Vec < u8 > > ;
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
218218 // `spec_version`, and `authoring_version` are the same between Wasm and native.
219219 // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use
220220 // the compatible custom types.
221- spec_version : 298 ,
221+ spec_version : 299 ,
222222 impl_version : 1 ,
223223 apis : RUNTIME_API_VERSIONS ,
224224 transaction_version : 1 ,
You can’t perform that action at this time.
0 commit comments