We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9bd992 commit 7e845b9Copy full SHA for 7e845b9
src/test/transaction_tests.cpp
@@ -353,7 +353,7 @@ BOOST_AUTO_TEST_CASE(test_IsStandard)
353
354
// 41-byte TX_NULL_DATA (non-standard)
355
t.vout[0].scriptPubKey = CScript() << OP_RETURN << ParseHex("04678afdb0fe5548271967f1a67130b7105cd6a828e03909a67962e0ea1f61deb649f6bc3f4cef3800");
356
- BOOST_CHECK(!IsStandardTx(t, reason));
+ BOOST_CHECK(IsStandardTx(t, reason));
357
358
// TX_NULL_DATA w/o PUSHDATA
359
t.vout.resize(1);
0 commit comments