mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 13:07:56 +00:00
Update to latest polkadot & substrate (#266)
This commit is contained in:
committed by
GitHub
parent
aba8f46ec9
commit
a060991bbe
@@ -157,7 +157,11 @@ where
|
||||
let polkadot_full_node = polkadot_test_service::new_full(
|
||||
polkadot_config,
|
||||
polkadot_service::IsCollator::Yes(collator_key.public()),
|
||||
)?;
|
||||
)
|
||||
.map_err(|e| match e {
|
||||
polkadot_service::Error::Sub(x) => x,
|
||||
s => format!("{}", s).into(),
|
||||
})?;
|
||||
|
||||
let client = params.client.clone();
|
||||
let backend = params.backend.clone();
|
||||
|
||||
Reference in New Issue
Block a user