mirror of
https://github.com/datahaven-xyz/datahaven
synced 2026-05-23 17:28:23 +00:00
fix: refresh metadata and rustfmt
This commit is contained in:
parent
1a5df59bde
commit
dabf46ad6f
2 changed files with 1 additions and 1 deletions
|
|
@ -16,11 +16,11 @@
|
|||
|
||||
use {
|
||||
crate::{self as pallet_external_validators_rewards, mock::*},
|
||||
alloc::collections::btree_map::BTreeMap,
|
||||
frame_support::{
|
||||
assert_noop, assert_ok,
|
||||
traits::{fungible::Mutate, GetStorageVersion, Hooks, StorageVersion},
|
||||
},
|
||||
alloc::collections::btree_map::BTreeMap,
|
||||
pallet_external_validators::traits::{ActiveEraInfo, OnEraEnd, OnEraStart},
|
||||
sp_core::H160,
|
||||
};
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in a new issue