From 17b6a9d3766cd8ad0179f5a870999a8a7027c108 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 11 Sep 2018 14:49:47 -0700 Subject: [PATCH] Update comment for test ContextualCheckBlockTest.BlockSproutRulesRejectOtherTx --- src/gtest/test_checkblock.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gtest/test_checkblock.cpp b/src/gtest/test_checkblock.cpp index 460135b06..57fdb16f7 100644 --- a/src/gtest/test_checkblock.cpp +++ b/src/gtest/test_checkblock.cpp @@ -240,8 +240,8 @@ TEST_F(ContextualCheckBlockTest, BlockSaplingRulesAcceptSaplingTx) { // Sapling-Overwinter. // Test that a block evaluated under Sprout rules cannot contain non-Sprout -// transactions. This test assumes that mainnet Overwinter activation is at -// least height 2. +// transactions which require Overwinter to be active. This test assumes that +// mainnet Overwinter activation is at least height 2. TEST_F(ContextualCheckBlockTest, BlockSproutRulesRejectOtherTx) { CMutableTransaction mtx = GetFirstBlockCoinbaseTx();