We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e4f2a0 + d449772 commit f00b623Copy full SHA for f00b623
src/init.cpp
@@ -787,12 +787,6 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
787
if (nConnectTimeout <= 0)
788
nConnectTimeout = DEFAULT_CONNECT_TIMEOUT;
789
790
- // Continue to put "/P2SH/" in the coinbase to monitor
791
- // BIP16 support.
792
- // This can be removed eventually...
793
- const char* pszP2SH = "/P2SH/";
794
- COINBASE_FLAGS << std::vector<unsigned char>(pszP2SH, pszP2SH+strlen(pszP2SH));
795
-
796
// Fee-per-kilobyte amount considered the same as "free"
797
// If you are mining, be careful setting this:
798
// if you set it to zero then
0 commit comments