[policy/validation] allow v3 transactions with certain restrictions

Co-authored-by: Suhas Daftuar <sdaftuar@gmail.com>
This commit is contained in:
glozow
2023-12-15 12:17:44 +00:00
parent eb8d5a2e7d
commit 9a1fea55b2
2 changed files with 25 additions and 6 deletions

View File

@@ -790,7 +790,7 @@ BOOST_AUTO_TEST_CASE(test_IsStandard)
t.nVersion = 0;
CheckIsNotStandard(t, "version");
t.nVersion = 3;
t.nVersion = TX_MAX_STANDARD_VERSION + 1;
CheckIsNotStandard(t, "version");
// Allowed nVersion