Skip to content

Commit

Permalink
fix comments - use correct indexes for input descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
dgpv committed Feb 18, 2019
1 parent 6763ee3 commit 4040586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qa/rpc-tests/confidential_transactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,8 +402,8 @@ def run_test(self):
btx.wit.vtxoutwit.append(CTxOutWitness())

# Input 0 is already blinded
# Input 2 is our new asset
# Input 3 is fee that we added above
# Input 1 is our new asset
# Input 2 is fee that we added above

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

0 comments on commit 4040586

Please sign in to comment.