You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/functional/rpc_psbt.py
+23-16Lines changed: 23 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,6 @@
4
4
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
5
5
"""Test the Partially Signed Transaction RPCs.
6
6
"""
7
-
8
7
fromdecimalimportDecimal
9
8
fromitertoolsimportproduct
10
9
@@ -27,6 +26,7 @@
27
26
PSBT_IN_SHA256,
28
27
PSBT_IN_HASH160,
29
28
PSBT_IN_HASH256,
29
+
PSBT_IN_NON_WITNESS_UTXO,
30
30
PSBT_IN_WITNESS_UTXO,
31
31
PSBT_OUT_TAP_TREE,
32
32
)
@@ -67,8 +67,8 @@ def set_test_params(self):
67
67
defskip_test_if_missing_module(self):
68
68
self.skip_if_no_wallet()
69
69
70
-
# TODO: Re-enable this test with segwit v1
71
70
deftest_utxo_conversion(self):
71
+
self.log.info("Check that non-witness UTXOs are removed for segwit v1+ inputs")
0 commit comments