mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-02 14:07:23 +00:00
Make chain && state RPCs async (#3480)
* chain+state RPCs are async now * wrapped too long lines * create full/light RPC impls from service * use ordering * post-merge fix
This commit is contained in:
committed by
Gavin Wood
parent
816e132cd7
commit
607ee0a4e4
@@ -345,6 +345,7 @@ macro_rules! new_impl {
|
||||
};
|
||||
$start_rpc(
|
||||
client.clone(),
|
||||
//light_components.clone(),
|
||||
system_rpc_tx.clone(),
|
||||
system_info.clone(),
|
||||
Arc::new(SpawnTaskHandle { sender: to_spawn_tx.clone() }),
|
||||
|
||||
Reference in New Issue
Block a user