We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6763ee3 commit 4040586Copy full SHA for 4040586
qa/rpc-tests/confidential_transactions.py
@@ -402,8 +402,8 @@ def run_test(self):
402
btx.wit.vtxoutwit.append(CTxOutWitness())
403
404
# Input 0 is already blinded
405
- # Input 2 is our new asset
406
- # Input 3 is fee that we added above
+ # Input 1 is our new asset
+ # Input 2 is fee that we added above
407
408
# Blind with wrong order of assetcommitments - such transaction should be rejected
409
blindtx = self.nodes[0].blindrawtransaction(
0 commit comments