We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ade578 commit 10b9a48Copy full SHA for 10b9a48
src/test/script_tests.cpp
@@ -1500,7 +1500,6 @@ BOOST_AUTO_TEST_CASE(script_HasValidOps)
1500
BOOST_CHECK(!script.HasValidOps());
1501
}
1502
1503
-
1504
#if defined(HAVE_CONSENSUS_LIB)
1505
1506
/* Test simple (successful) usage of bitcoinconsensus_verify_script */
test/functional/test_framework/key.py
@@ -1,5 +1,4 @@
1
# Copyright (c) 2019-2020 Pieter Wuille
2
3
# Distributed under the MIT software license, see the accompanying
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
"""Test-only secp256k1 elliptic curve implementation
0 commit comments