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

Use chainparams instead of standalone func for mn confirms #779

Merged
merged 1 commit into from
May 20, 2016

Conversation

eduffield222
Copy link

@eduffield222 eduffield222 commented May 19, 2016

Improve code quality by using chainparams for network specific mn confirm requirements

@eduffield222 eduffield222 force-pushed the v0.12.1.x branch 3 times, most recently from a311676 to 8501035 Compare May 19, 2016 19:43
@@ -496,7 +496,7 @@ bool CMasternodeBroadcast::CheckInputsAndAdd(int& nDos)
}

// verify that sig time is legit in past
// should be at least not earlier than block when 1000 DASH tx got GetMasternodeConfirmationsRequired()
// should be at least not earlier than block when 1000 DASH tx got GetMasternodeConfirmationsRequired()()
Copy link

Choose a reason for hiding this comment

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

this change is strange ;)

- Use function instead of chainparams directly
@UdjinM6
Copy link

UdjinM6 commented May 19, 2016

Windows build fails but it's a known issue, Linux and Mac OS builds compile fine
https://travis-ci.org/dashpay/dash/builds/131530603
Should be ready to merge imo.
ACK d8453bb

@schinzelh schinzelh merged commit bc1f83c into dashpay:v0.12.1.x May 20, 2016
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.

3 participants