Skip to content
Snippets Groups Projects
Commit d0fd75e8 authored by Éloïs's avatar Éloïs
Browse files

change gdev param UdCreationPeriod

parent a1c99cb8
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,7 @@ parameter_types! { ...@@ -53,7 +53,7 @@ parameter_types! {
// Universal dividend // Universal dividend
parameter_types! { parameter_types! {
pub const SquareMoneyGrowthRate: Permill = Permill::one(); pub const SquareMoneyGrowthRate: Permill = Permill::one();
pub const UdCreationPeriod: BlockNumber = 20; pub const UdCreationPeriod: BlockNumber = 10;
pub const UdReevalPeriod: Balance = 10; pub const UdReevalPeriod: Balance = 10;
pub const UdReevalPeriodInBlocks: BlockNumber = 20 * 10; pub const UdReevalPeriodInBlocks: BlockNumber = 20 * 10;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment