Skip to content

Commit

Permalink
Update Treasury Payout Period to 28 Days (#852)
Browse files Browse the repository at this point in the history
* treasury payout period to 28 days

* update metadata
  • Loading branch information
asiniscalchi authored Oct 24, 2024
1 parent 7e5165b commit 316eab7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/laos/src/configs/treasury.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ parameter_types! {
pub const SpendPeriod: BlockNumber = prod_or_fast!(7 * DAYS, 5 * MINUTES);
pub const MaxApprovals: u32 = 100;
pub const TreasuryId: PalletId = PalletId(*b"py/trsry");
pub const PayoutPeriod: BlockNumber = 5;
pub const PayoutPeriod: BlockNumber = 28 * DAYS;
pub TreasuryAccount: AccountId = Treasury::account_id();
}

Expand Down
6 changes: 3 additions & 3 deletions runtime/laos/src/tests/metadata15.golden
Original file line number Diff line number Diff line change
Expand Up @@ -41843,9 +41843,9 @@
"name": "PayoutPeriod",
"ty": 4,
"value": [
5,
0,
0,
128,
19,
3,
0
],
"docs": [
Expand Down

0 comments on commit 316eab7

Please sign in to comment.