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

Remove unneeded SFINAE on check_tx/block verification in core_tests #5415

Merged

Conversation

Doy-lee
Copy link
Contributor

@Doy-lee Doy-lee commented Apr 10, 2019

Only needed because they want to overload check tx verification to handle vectors of tx verifications, so just give that function an explicit name instead to allow C++ to compile it.

@fluffypony
Copy link
Contributor

@Doy-lee please rebase so I can merge this :)

@Doy-lee Doy-lee force-pushed the RemoveSFINAEInCoreTestsMonero branch from 96d6167 to 299052b Compare April 17, 2019 00:54
@Doy-lee
Copy link
Contributor Author

Doy-lee commented Apr 17, 2019

Rebased

Copy link
Contributor

@fluffypony fluffypony left a comment

Choose a reason for hiding this comment

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

Reviewed

@fluffypony fluffypony merged commit 299052b into monero-project:master Apr 17, 2019
fluffypony added a commit that referenced this pull request Apr 17, 2019
299052b Remove unneeded SFINAE on check_tx/block verification in core_tests (Doyle)
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