Skip to content

Commit

Permalink
rebase & fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Sep 12, 2023
1 parent 8129459 commit ddeff07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pallets/foreign-investments/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use cfg_mocks::{
};
use cfg_traits::investments::TrancheCurrency;
use cfg_types::investments::{
ExecutedForeignCollectRedeem, ExecutedForeignDecrease, ForeignInvestmentInfo,
ExecutedForeignCollectRedeem, ExecutedForeignDecreaseInvest, ForeignInvestmentInfo,
};
use codec::{Decode, Encode, MaxEncodedLen};
use frame_support::traits::{ConstU16, ConstU32, ConstU64};
Expand Down Expand Up @@ -118,7 +118,7 @@ impl pallet_mock_token_swaps::Config for Runtime {
type Hook1 = pallet_mock_status_notification::Instance1;
impl pallet_mock_status_notification::Config<Hook1> for Runtime {
type Id = ForeignInvestmentInfo<AccountId, InvestmentId, ()>;
type Status = ExecutedForeignDecrease<Balance, CurrencyId>;
type Status = ExecutedForeignDecreaseInvest<Balance, CurrencyId>;
}

type Hook2 = pallet_mock_status_notification::Instance2;
Expand Down

0 comments on commit ddeff07

Please sign in to comment.