Skip to content

Commit

Permalink
fix main
Browse files Browse the repository at this point in the history
  • Loading branch information
hussein-aitlahcen committed Dec 28, 2021
1 parent 913cea7 commit ca880fa
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions runtime/dali/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ use sp_api::impl_runtime_apis;
use sp_core::{crypto::KeyTypeId, OpaqueMetadata};
use sp_runtime::{
create_runtime_str, generic, impl_opaque_keys,
traits::{
AccountIdConversion, AccountIdLookup, BlakeTwo256, Block as BlockT, ConvertInto, Zero,
},
traits::{AccountIdConversion, AccountIdLookup, BlakeTwo256, Block as BlockT, Zero},
transaction_validity::{TransactionSource, TransactionValidity},
ApplyExtrinsicResult,
};
Expand Down Expand Up @@ -789,7 +787,7 @@ impl crowdloan_rewards::Config for Runtime {
type AdminOrigin = EnsureRootOrHalfCouncil;
// TODO(hussein-aitlahcen): should be the proxy account
type AssociationOrigin = EnsureRootOrHalfCouncil;
type Convert = ConvertInto;
type Convert = sp_runtime::traits::ConvertInto;
type RelayChainAccountId = [u8; 32];
type InitialPayment = InitialPayment;
type VestingStep = VestingStep;
Expand Down

0 comments on commit ca880fa

Please sign in to comment.