The call is a no-op on this wallet, because it has no relevant keys.
Fix this by removing the no-op.
Found in the context of #28437 (comment)
The call is a no-op on this wallet, because it has no relevant keys.
Fix this by removing the no-op.
Found in the context of #28437 (comment)
<!--e57a25ab6845829454e8d69fc972939a-->
The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
<!--021abf342d371248e50ceaed478a90ca-->
See the guideline for information on the review process. A summary of reviews will appear here.
1063 | @@ -1064,8 +1064,7 @@ def test_external_inputs(self): 1064 | 1065 | # Funding should also work if the input weight is provided 1066 | funded_tx = wallet.fundrawtransaction(raw_tx, input_weights=[{"txid": ext_utxo["txid"], "vout": ext_utxo["vout"], "weight": input_weight}]) 1067 | - signed_tx = wallet.signrawtransactionwithwallet(funded_tx["hex"])
I might be misunderstanding, but should we be keeping the wallet.signrawtransactionwithwallet instead, since ext_utxo is external to node2 and not node0?
Closing for now, due to controversy. Not worth to spend more than one second on a one-line test patch.
Wait sorry :( I meant concept ACK to removing one but wasn't sure which one
No worries. I think the call doesn't hurt. Fixing the bug in this test section seems more important either way.
Could cherry-pick this commit into that pull later on :)