Update comment for test ContextualCheckBlockTest.BlockSproutRulesRejectOtherTx

This commit is contained in:
Simon 2018-09-11 14:49:47 -07:00
parent 2962a72e35
commit 17b6a9d376
1 changed files with 2 additions and 2 deletions

View 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();