Skip to content

Commit 4040586

Browse files
committed
fix comments - use correct indexes for input descriptions
1 parent 6763ee3 commit 4040586

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qa/rpc-tests/confidential_transactions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -402,8 +402,8 @@ def run_test(self):
402402
btx.wit.vtxoutwit.append(CTxOutWitness())
403403

404404
# Input 0 is already blinded
405-
# Input 2 is our new asset
406-
# Input 3 is fee that we added above
405+
# Input 1 is our new asset
406+
# Input 2 is fee that we added above
407407

408408
# Blind with wrong order of assetcommitments - such transaction should be rejected
409409
blindtx = self.nodes[0].blindrawtransaction(

0 commit comments

Comments
 (0)