|
|
@ -74,7 +74,7 @@ class NULLDUMMYTest(BitcoinTestFramework): |
|
|
|
self.block_submit(self.nodes[0], test1txs, False, True) |
|
|
|
self.block_submit(self.nodes[0], test1txs, False, True) |
|
|
|
|
|
|
|
|
|
|
|
print ("Test 2: Non-NULLDUMMY base multisig transaction should not be accepted to mempool before activation") |
|
|
|
print ("Test 2: Non-NULLDUMMY base multisig transaction should not be accepted to mempool before activation") |
|
|
|
test2tx = self.create_transaction(self.nodes[0], txid2, self.ms_address, 48) |
|
|
|
test2tx = self.create_transaction(self.nodes[0], txid2, self.ms_address, 47) |
|
|
|
trueDummy(test2tx) |
|
|
|
trueDummy(test2tx) |
|
|
|
txid4 = self.tx_submit(self.nodes[0], test2tx, NULLDUMMY_ERROR) |
|
|
|
txid4 = self.tx_submit(self.nodes[0], test2tx, NULLDUMMY_ERROR) |
|
|
|
|
|
|
|
|
|
|
@ -82,7 +82,7 @@ class NULLDUMMYTest(BitcoinTestFramework): |
|
|
|
self.block_submit(self.nodes[0], [test2tx], False, True) |
|
|
|
self.block_submit(self.nodes[0], [test2tx], False, True) |
|
|
|
|
|
|
|
|
|
|
|
print ("Test 4: Non-NULLDUMMY base multisig transaction is invalid after activation") |
|
|
|
print ("Test 4: Non-NULLDUMMY base multisig transaction is invalid after activation") |
|
|
|
test4tx = self.create_transaction(self.nodes[0], txid4, self.address, 47) |
|
|
|
test4tx = self.create_transaction(self.nodes[0], txid4, self.address, 46) |
|
|
|
test6txs=[CTransaction(test4tx)] |
|
|
|
test6txs=[CTransaction(test4tx)] |
|
|
|
trueDummy(test4tx) |
|
|
|
trueDummy(test4tx) |
|
|
|
self.tx_submit(self.nodes[0], test4tx, NULLDUMMY_ERROR) |
|
|
|
self.tx_submit(self.nodes[0], test4tx, NULLDUMMY_ERROR) |
|
|
|