Skip to content

Commit

Permalink
Make testnet treasury spend period 1h
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperzuk-neti committed May 9, 2024
1 parent be315cb commit b3b68ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ parameter_types! {
pub const EnactmentPeriod: BlockNumber = 1 * DAYS;
pub const AssetName: &'static str = "Liberland Kuna";
pub const AssetSymbol: &'static str = "LKN";
pub const SpendPeriod: BlockNumber = 10;
pub const SpendPeriod: BlockNumber = 60 * MINUTES;
}

impl pallet_utility::Config for Runtime {
Expand Down

0 comments on commit b3b68ae

Please sign in to comment.