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.
1 parent d6e0e17 commit d449772Copy full SHA for d449772
src/init.cpp
@@ -513,12 +513,6 @@ bool AppInit2(boost::thread_group& threadGroup)
513
nConnectTimeout = nNewTimeout;
514
}
515
516
- // Continue to put "/P2SH/" in the coinbase to monitor
517
- // BIP16 support.
518
- // This can be removed eventually...
519
- const char* pszP2SH = "/P2SH/";
520
- COINBASE_FLAGS << std::vector<unsigned char>(pszP2SH, pszP2SH+strlen(pszP2SH));
521
-
522
// Fee-per-kilobyte amount considered the same as "free"
523
// If you are mining, be careful setting this:
524
// if you set it to zero then
0 commit comments