Skip to content

Commit 3346c69

Browse files
authored
relax performance package months to 12 (#439)
1 parent e63d8aa commit 3346c69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

programs/v07_launchpad/src/instructions/initialize_launch.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ impl InitializeLaunch<'_> {
176176

177177
require_gte!(
178178
args.months_until_insiders_can_unlock,
179-
18,
179+
12,
180180
LaunchpadError::InvalidPerformancePackageMinUnlockTime
181181
);
182182

0 commit comments

Comments
 (0)