[qa] Change default block priority size to 0
This commit is contained in:
parent
545c5f920e
commit
fa8e2a6925
7 changed files with 18 additions and 20 deletions
qa/rpc-tests
|
@ -63,7 +63,7 @@ class InvalidTxRequestTest(ComparisonTestFramework):
|
|||
|
||||
# chr(100) is OP_NOTIF
|
||||
# Transaction will be rejected with code 16 (REJECT_INVALID)
|
||||
tx1 = create_transaction(self.block1.vtx[0], 0, chr(100), 50*100000000)
|
||||
tx1 = create_transaction(self.block1.vtx[0], 0, chr(100), 50*100000000 - 12000)
|
||||
yield TestInstance([[tx1, RejectResult(16, 'mandatory-script-verify-flag-failed')]])
|
||||
|
||||
# TODO: test further transactions...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue