Skip to content

Commit

Permalink
make sure we create projects that can be invested right away
Browse files Browse the repository at this point in the history
  • Loading branch information
dangershony committed Dec 12, 2024
1 parent 10546d3 commit 74377ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Angor/Client/Pages/Create.razor
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@
FounderRecoveryKey = projectsKeys.FounderRecoveryKey,
ProjectIdentifier = projectsKeys.ProjectIdentifier,
NostrPubKey = projectsKeys.NostrPubKey,
StartDate = DateTime.UtcNow.AddHours(2),
StartDate = DateTime.UtcNow.AddMinutes(2), // to allow testing and spending immediately
PenaltyDays = 90,
ExpiryDate = DateTime.UtcNow.AddDays(120),
TargetAmount = 50
Expand Down

0 comments on commit 74377ad

Please sign in to comment.