chore: regenerate umbrella crate, fix feature propagation
This commit is contained in:
@@ -256,8 +256,8 @@ mod tests {
|
||||
#[test]
|
||||
fn authorities_returns_current_and_next_authority_set() {
|
||||
// The whole authority discovery pezpallet ignores account ids, but we still need them for
|
||||
// `pezpallet_session::OneSessionHandler::on_new_session`, thus its safe to use the same value
|
||||
// everywhere.
|
||||
// `pezpallet_session::OneSessionHandler::on_new_session`, thus its safe to use the same
|
||||
// value everywhere.
|
||||
let account_id = AuthorityPair::from_seed_slice(vec![10; 32].as_ref()).unwrap().public();
|
||||
|
||||
let mut first_authorities: Vec<AuthorityId> = vec![0, 1]
|
||||
|
||||
Reference in New Issue
Block a user