Skip to content

Commit f00b623

Browse files
committed
Merge pull request #6203
d449772 Remove P2SH coinbase flag, no longer interesting (Luke Dashjr)
2 parents 0e4f2a0 + d449772 commit f00b623

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/init.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -787,12 +787,6 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
787787
if (nConnectTimeout <= 0)
788788
nConnectTimeout = DEFAULT_CONNECT_TIMEOUT;
789789

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-
796790
// Fee-per-kilobyte amount considered the same as "free"
797791
// If you are mining, be careful setting this:
798792
// if you set it to zero then

0 commit comments

Comments
 (0)