Skip to content

Commit f6ebdd1

Browse files
committed
Fix tests.
1 parent 4740226 commit f6ebdd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pallets/runtime/tests/src/storage.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,7 @@ impl OnUnbalanced<Credit<AccountId, Balances>> for DealWithFees {
534534
parameter_types! {
535535
pub const SS58Prefix: u8 = 12;
536536
pub const ExistentialDeposit: u64 = 0;
537+
pub const BenchmarkEd: Balance = 1;
537538
pub const MaxLocks: u32 = 50;
538539
pub const MaxHolds: u32 = 32;
539540
pub const MaxFreezes: u32 = 32;

0 commit comments

Comments
 (0)