mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 12:58:05 +00:00
Upgdate to latest polkadot & substrate (#263)
* Upgdate to latest polkadot & substrate * Fix code formatting (cargo fmt) * Fix unit tests
This commit is contained in:
committed by
GitHub
parent
f327cd96dc
commit
ea10fa8230
+1
-5
@@ -301,10 +301,6 @@ pub fn build_polkadot_full_node(
|
||||
if is_light {
|
||||
Err("Light client not supported.".into())
|
||||
} else {
|
||||
polkadot_service::build_full(
|
||||
config,
|
||||
polkadot_service::IsCollator::Yes(collator_id),
|
||||
None,
|
||||
)
|
||||
polkadot_service::build_full(config, polkadot_service::IsCollator::Yes(collator_id), None)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user