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 66654ef commit ad0c483Copy full SHA for ad0c483
tests/unit_test_lists.c
@@ -155,7 +155,7 @@ TEST_GROUP_RUNNER(btc_txn_helper_test) {
155
btc_txn_helper_verify_input_p2wpkh_in_p2sh);
156
RUN_TEST_CASE(btc_txn_helper_test,
157
btc_txn_helper_verify_input_p2wpkh_in_p2sh_fail);
158
-
+
159
RUN_TEST_CASE(btc_txn_helper_test, btc_txn_helper_transaction_weight_legacy1);
160
RUN_TEST_CASE(btc_txn_helper_test, btc_txn_helper_transaction_weight_legacy2);
161
RUN_TEST_CASE(btc_txn_helper_test, btc_txn_helper_transaction_weight_segwit1);
0 commit comments