mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Update to latest Substrate (#340)
* Update Substrate * Update Substrate again * Integrate weight/fee stuff. * Add new files.
This commit is contained in:
@@ -450,7 +450,7 @@ pub fn run_collator<P, E>(
|
||||
mod tests {
|
||||
use std::collections::HashMap;
|
||||
use polkadot_primitives::parachain::{OutgoingMessage, FeeSchedule};
|
||||
use keyring::AuthorityKeyring;
|
||||
use keyring::Ed25519Keyring;
|
||||
use super::*;
|
||||
|
||||
#[derive(Default, Clone)]
|
||||
@@ -540,7 +540,7 @@ mod tests {
|
||||
},
|
||||
context.clone(),
|
||||
DummyParachainContext,
|
||||
AuthorityKeyring::Alice.pair().into(),
|
||||
Ed25519Keyring::Alice.pair().into(),
|
||||
).wait().unwrap();
|
||||
|
||||
// ascending order by root.
|
||||
|
||||
Reference in New Issue
Block a user