Skip to content

Commit bea6c35

Browse files
Update invalid_txs.py
1 parent cf3328f commit bea6c35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/data/invalid_txs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ def get_tx(self):
117117
# tree depth commitment (CVE-2017-12842)
118118
class SizeTooSmall(BadTxTemplate):
119119
reject_reason = "tx-size-small"
120-
expect_disconnect = False
121-
valid_in_block = True
120+
expect_disconnect = True
121+
valid_in_block = False
122122

123123
def get_tx(self):
124124
tx = CTransaction()

0 commit comments

Comments
 (0)