mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
Update to latest substrate (#66)
* Update to latest substrate * Fix as much as I can * Store key out of Environment::init * Fix service compile
This commit is contained in:
@@ -179,6 +179,7 @@ construct_service_factory! {
|
||||
},
|
||||
link_half,
|
||||
grandpa::NetworkBridge::new(service.network()),
|
||||
service.on_exit(),
|
||||
)?;
|
||||
|
||||
executor.spawn(voter);
|
||||
@@ -228,6 +229,7 @@ construct_service_factory! {
|
||||
client,
|
||||
Arc::new(proposer_factory),
|
||||
service.network(),
|
||||
service.on_exit(),
|
||||
);
|
||||
|
||||
executor.spawn(task);
|
||||
@@ -273,4 +275,3 @@ construct_service_factory! {
|
||||
}},
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user