Skip to content

Commit

Permalink
Remove P2SH coinbase flag, no longer interesting
Browse files Browse the repository at this point in the history
Github-Pull: #6203
Rebased-From: d449772
  • Loading branch information
luke-jr authored and laanwj committed Jun 2, 2015
1 parent dfdb6dd commit c00ae64
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -787,12 +787,6 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
if (nConnectTimeout <= 0)
nConnectTimeout = DEFAULT_CONNECT_TIMEOUT;

// Continue to put "/P2SH/" in the coinbase to monitor
// BIP16 support.
// This can be removed eventually...
const char* pszP2SH = "/P2SH/";
COINBASE_FLAGS << std::vector<unsigned char>(pszP2SH, pszP2SH+strlen(pszP2SH));

// Fee-per-kilobyte amount considered the same as "free"
// If you are mining, be careful setting this:
// if you set it to zero then
Expand Down

0 comments on commit c00ae64

Please sign in to comment.