Skip to content

Commit

Permalink
Change max schedules linear-release
Browse files Browse the repository at this point in the history
  • Loading branch information
JuaniRios committed Aug 23, 2024
1 parent ea31031 commit 76a72b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pallets/funding/src/tests/6_settlement.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@ mod start_settlement_extrinsic {
assert_eq!(<TestRuntime as Config>::ContributionTokenCurrency::asset_exists(project_id), false)
});
}

#[test]
fn vesting_schedules_are_merged() {
let mut inst =
}

#[cfg(test)]
Expand Down
1 change: 1 addition & 0 deletions runtimes/polimec/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,7 @@ impl pallet_funding::Config for Runtime {
type WeightInfo = weights::pallet_funding::WeightInfo<Runtime>;
}


#[cfg(feature = "runtime-benchmarks")]
parameter_types! {
pub BenchmarkReason: RuntimeHoldReason = RuntimeHoldReason::Funding(pallet_funding::HoldReason::Participation(0));
Expand Down

0 comments on commit 76a72b0

Please sign in to comment.