Fix (most) rpc tests by updating balances. zcpour, zcpourdoublespend, and txn_doublespend currently fail.
This commit is contained in:
@@ -77,8 +77,8 @@ class InvalidBlockRequestTest(ComparisonTestFramework):
|
||||
self.block_time += 1
|
||||
|
||||
# chr(81) is OP_TRUE
|
||||
tx1 = create_transaction(self.block1.vtx[0], 0, chr(81), 50*100000000)
|
||||
tx2 = create_transaction(tx1, 0, chr(81), 50*100000000)
|
||||
tx1 = create_transaction(self.block1.vtx[0], 0, chr(81), 40*100000000)
|
||||
tx2 = create_transaction(tx1, 0, chr(81), 40*100000000)
|
||||
|
||||
block2.vtx.extend([tx1, tx2])
|
||||
block2.hashMerkleRoot = block2.calc_merkle_root()
|
||||
|
||||
Reference in New Issue
Block a user