Skip to content

Commit 7e845b9

Browse files
committed
fix bad transaction test
1 parent b9bd992 commit 7e845b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/transaction_tests.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ BOOST_AUTO_TEST_CASE(test_IsStandard)
353353

354354
// 41-byte TX_NULL_DATA (non-standard)
355355
t.vout[0].scriptPubKey = CScript() << OP_RETURN << ParseHex("04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef3800");
356-
BOOST_CHECK(!IsStandardTx(t, reason));
356+
BOOST_CHECK(IsStandardTx(t, reason));
357357

358358
// TX_NULL_DATA w/o PUSHDATA
359359
t.vout.resize(1);

0 commit comments

Comments
 (0)