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 5a1ed96 commit a3d6ec5Copy full SHA for a3d6ec5
test/functional/test_runner.py
@@ -125,8 +125,6 @@
125
'wallet_abandonconflict.py --legacy-wallet',
126
'wallet_abandonconflict.py --descriptors',
127
'feature_csv_activation.py',
128
- 'rpc_rawtransaction.py --legacy-wallet',
129
- 'rpc_rawtransaction.py --descriptors',
130
'wallet_address_types.py --legacy-wallet',
131
'wallet_address_types.py --descriptors',
132
'feature_bip68_sequence.py',
@@ -173,6 +171,8 @@
173
171
'feature_proxy.py',
174
172
'rpc_signrawtransaction.py --legacy-wallet',
175
'rpc_signrawtransaction.py --descriptors',
+ 'rpc_rawtransaction.py --legacy-wallet',
+ 'rpc_rawtransaction.py --descriptors',
176
'wallet_groups.py --legacy-wallet',
177
'p2p_addrv2_relay.py',
178
'wallet_groups.py --descriptors',
0 commit comments