Skip to content

Commit

Permalink
fixup! Policy: Add acceptnonstddatacarrier option to reject non-stand…
Browse files Browse the repository at this point in the history
…ard datacarrier regardless of size
  • Loading branch information
luke-jr committed Mar 15, 2024
1 parent bb469d7 commit 62722b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/script_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1468,7 +1468,7 @@ BOOST_AUTO_TEST_CASE(script_HasValidOps)
BOOST_CHECK(!script.HasValidOps());
}

static const std::string DatacarrierBytesStr(const CScript &script) {
static std::string DatacarrierBytesStr(const CScript &script) {
auto dcb = script.DatacarrierBytes();
return strprintf("%s+%s", dcb.first, dcb.second);
}
Expand Down

0 comments on commit 62722b8

Please sign in to comment.