Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Put a limit to founder if target amount was not reached #227

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dangershony
Copy link
Member

image

@dangershony dangershony changed the title Put a limit to founder if amount was not reached Put a limit to founder if target amount was not reached Dec 21, 2024
@@ -501,6 +513,11 @@

private async Task ClaimCoins(int stageId)
{
if (!targetInvestmentReached)
{
throw new InvalidOperationException("Target investment amount has not been reached, you can only release the funds back to the investors.");
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am not sure about this, what if the target is close and the investors are happy for founder to continue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant