mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 07:37:57 +00:00
Simplify runtime api error handling (#8114)
* Ahh * Work work work * Fix all the compilation errors * Fix test * More fixes...
This commit is contained in:
@@ -113,7 +113,7 @@ pub fn generate_initial_session_keys<Block, T>(
|
||||
client: std::sync::Arc<T>,
|
||||
at: &BlockId<Block>,
|
||||
seeds: Vec<String>,
|
||||
) -> Result<(), sp_api::ApiErrorFor<T, Block>>
|
||||
) -> Result<(), sp_api::ApiError>
|
||||
where
|
||||
Block: BlockT,
|
||||
T: ProvideRuntimeApi<Block>,
|
||||
|
||||
Reference in New Issue
Block a user