Skip to content

Commit

Permalink
integration-tests: Use the generic framework for development LP tests (
Browse files Browse the repository at this point in the history
…#1643)

* integration-tests: Use the generic framework for development LP tests

* integration-test: Move development LP transfer tests to generic framework

* integration-test: Move LP development routers tests to generic framework

* integration-test: Move LP development gateway tests to generic framework

* development: Use balances pallet as democracy currency
  • Loading branch information
cdamian authored Dec 14, 2023
1 parent e8fd4d3 commit 4b5796e
Show file tree
Hide file tree
Showing 27 changed files with 7,479 additions and 7,897 deletions.
2 changes: 1 addition & 1 deletion runtime/development/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ impl pallet_democracy::Config for Runtime {
/// Period in blocks where an external proposal may not be re-submitted
/// after being vetoed.
type CooloffPeriod = CooloffPeriod;
type Currency = Tokens;
type Currency = Balances;
/// The minimum period of locking and the period between a proposal being
/// approved and enacted.
///
Expand Down
Loading

0 comments on commit 4b5796e

Please sign in to comment.