Skip to content

Commit

Permalink
Fix CitizenshipMinimum value
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed Jan 24, 2023
1 parent b2bbeb8 commit 89ebc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,7 @@ parameter_types! {
parameter_types! {
pub const TOTALLLM: Balance = 70_000_000u128 * GRAINS_IN_LLM;
pub const PRERELEASELLM: Balance = 7_000_000u128 * GRAINS_IN_LLM;
pub const CitizenshipMinimum: Balance = 5_000_000u128 * GRAINS_IN_LLM;
pub const CitizenshipMinimum: Balance = 5_000u128 * GRAINS_IN_LLM;
}

impl pallet_liberland_initializer::Config for Runtime {}
Expand Down

0 comments on commit 89ebc92

Please sign in to comment.