Skip to content

Commit fa27baa

Browse files
author
MarcoFalke
committed
Revert "test: Add temporary logging to debug #20975"
This reverts commit faa9496.
1 parent fadb550 commit fa27baa

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/functional/test_framework/blocktools.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,6 @@ def create_raw_transaction(node, txid, to_address, *, amount):
181181
signed_psbt = wrpc.walletprocesspsbt(psbt)
182182
psbt = signed_psbt['psbt']
183183
final_psbt = node.finalizepsbt(psbt)
184-
if not final_psbt["complete"]:
185-
node.log.info(f'final_psbt={final_psbt}')
186-
for w in node.listwallets():
187-
wrpc = node.get_wallet_rpc(w)
188-
node.log.info(f'listunspent={wrpc.listunspent()}')
189184
assert_equal(final_psbt["complete"], True)
190185
return final_psbt['hex']
191186

0 commit comments

Comments
 (0)