Skip to content

Commit c87fc71

Browse files
committed
Bugfix: test/functional/rpc_psbt: Correct test description comment
1 parent 097c4aa commit c87fc71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/rpc_psbt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def run_test(self):
143143
new_psbt = self.nodes[0].converttopsbt(rawtx['hex'])
144144
self.nodes[0].decodepsbt(new_psbt)
145145

146-
# Make sure that a psbt with signatures cannot be converted
146+
# Make sure that a non-psbt with signatures cannot be converted
147147
# Error could be either "TX decode failed" (segwit inputs causes parsing to fail) or "Inputs must not have scriptSigs and scriptWitnesses"
148148
signedtx = self.nodes[0].signrawtransactionwithwallet(rawtx['hex'])
149149
assert_raises_rpc_error(-22, "", self.nodes[0].converttopsbt, signedtx['hex'])

0 commit comments

Comments
 (0)