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

tests: call secp256k1_ecmult_multi_var with a non-NULL error callback #1528

Commits on May 8, 2024

  1. tests: call secp256k1_ecmult_multi_var with a non-NULL error callback

    Function secp256k1_ecmult_multi_var expects to be called with a non-NULL
    error_callback parameter. Fix the invocation in test_ecmult_accumulate
    to do this.
    
    While at it, wrap the call in a CHECK macro to ensure it succeeds.
    
    Fixes: bitcoin-core#1527
    niooss-ledger committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9554362 View commit details
    Browse the repository at this point in the history