From d449772cf69c01932fc5d72c46054815d6300b3c Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Sun, 31 May 2015 06:53:27 +0000 Subject: Remove P2SH coinbase flag, no longer interesting --- src/init.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src') diff --git a/src/init.cpp b/src/init.cpp index 4cc18800a5..30b41717ba 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -513,12 +513,6 @@ bool AppInit2(boost::thread_group& threadGroup) nConnectTimeout = nNewTimeout; } - // Continue to put "/P2SH/" in the coinbase to monitor - // BIP16 support. - // This can be removed eventually... - const char* pszP2SH = "/P2SH/"; - COINBASE_FLAGS << std::vector(pszP2SH, pszP2SH+strlen(pszP2SH)); - // Fee-per-kilobyte amount considered the same as "free" // If you are mining, be careful setting this: // if you set it to zero then -- cgit v1.2.3