Skip to content

Commit d449772

Browse files
committed
Remove P2SH coinbase flag, no longer interesting
1 parent d6e0e17 commit d449772

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
@@ -513,12 +513,6 @@ bool AppInit2(boost::thread_group& threadGroup)
513513
nConnectTimeout = nNewTimeout;
514514
}
515515

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

0 commit comments

Comments
 (0)