diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2015-05-31 06:53:27 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2015-05-31 06:53:48 +0000 |
commit | d449772cf69c01932fc5d72c46054815d6300b3c (patch) | |
tree | d9e414644fc3e69dcc0c0f76471f6fd049fecc70 /src/init.cpp | |
parent | d6e0e171ab2ca23be33b440d7c007d360de29c48 (diff) |
Remove P2SH coinbase flag, no longer interesting
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
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<unsigned char>(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 |