Skip to content

Commit c00ae64

Browse files
luke-jrlaanwj
authored andcommitted
Remove P2SH coinbase flag, no longer interesting
Github-Pull: #6203 Rebased-From: d449772
1 parent dfdb6dd commit c00ae64

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)