From e9a27cf338dc618b8ecab8984abc54d588de8a05 Mon Sep 17 00:00:00 2001 From: Neha Narula Date: Tue, 19 Nov 2019 13:07:55 -0500 Subject: refactor: Remove unused COINBASE_FLAGS Commit d449772cf69c01932fc5d72c46054815d6300b3c stopped setting COINBASE_FLAGS, and it looks like it hasn't been used since P2SH. Update the help string to remove "flags", which is not specified in BIP 22. --- src/validation.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/validation.h') diff --git a/src/validation.h b/src/validation.h index 31721cfbf7..d87113c41f 100644 --- a/src/validation.h +++ b/src/validation.h @@ -137,7 +137,6 @@ struct BlockHasher size_t operator()(const uint256& hash) const { return ReadLE64(hash.begin()); } }; -extern CScript COINBASE_FLAGS; extern CCriticalSection cs_main; extern CBlockPolicyEstimator feeEstimator; extern CTxMemPool mempool; -- cgit v1.2.3