Skip to content

Commit

Permalink
Update qa/rpc-tests/dip4-coinbasemerkleroots.py
Browse files Browse the repository at this point in the history
Co-Authored-By: codablock <ablock84@gmail.com>
  • Loading branch information
UdjinM6 and codablock committed Apr 4, 2019
1 parent 9f2e5d0 commit c23dfaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/rpc-tests/dip4-coinbasemerkleroots.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def run_test(self):
mnList = self.test_getmnlistdiff(baseBlockHash, self.nodes[0].getbestblockhash(), mnList, expectedDeleted, expectedUpdated)
assert(mnList[new_mn.proTxHash].confirmedHash != 0)

# Spend the coinbase of the previously added MN and test if it appears in "deletedMNs"
# Spend the collateral of the previously added MN and test if it appears in "deletedMNs"
expectedDeleted = [new_mn.proTxHash]
expectedUpdated = []
baseBlockHash2 = self.nodes[0].getbestblockhash()
Expand Down

0 comments on commit c23dfaf

Please sign in to comment.