Skip to content

Commit

Permalink
Merge pull request #157 from Index0011/main
Browse files Browse the repository at this point in the history
change desclen to 4400
  • Loading branch information
jasl authored Aug 10, 2022
2 parents ed99a7d + 0a7cd3f commit cc5ae58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/phala/src/stakepool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub mod pallet {

impl Get<u32> for DescMaxLen {
fn get() -> u32 {
400
4400
}
}
/// The functions to manage user's native currency lock in the Balances pallet
Expand Down

0 comments on commit cc5ae58

Please sign in to comment.