]> Git Repo - VerusCoin.git/commitdiff
Update comment for test ContextualCheckBlockTest.BlockSproutRulesRejectOtherTx
authorSimon <[email protected]>
Tue, 11 Sep 2018 21:49:47 +0000 (14:49 -0700)
committerSimon <[email protected]>
Tue, 11 Sep 2018 21:49:47 +0000 (14:49 -0700)
src/gtest/test_checkblock.cpp

index 460135b0621264e2cfd59c732c8f681019fadf2d..57fdb16f70b1f6c0888006d50c2a04b56ff90a38 100644 (file)
@@ -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();
 
This page took 0.027169 seconds and 4 git commands to generate.