Skip to content

Commit

Permalink
qa: Fix bug in feature_fedpeg test script
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Sep 25, 2018
1 parent 1920d84 commit 9685dab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/rpc-tests/feature_fedpeg.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def run_test(self):

# Should fail due to non-witness
try:
pegtxid = sidechain.claimpegin(raw, proof, get_new_unconfidential_address(parent))
pegtxid = sidechain.claimpegin(raw, proof, get_new_unconfidential_address(sidechain))
raise Exception("Peg-in with non-matching claim_script should fail.")
except JSONRPCException as e:
print(e.error["message"])
Expand Down

0 comments on commit 9685dab

Please sign in to comment.