mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 12:32:48 +01:00
Remove P2SH coinbase flag, no longer interesting
This commit is contained in:
parent
d6e0e171ab
commit
d449772cf6
@ -513,12 +513,6 @@ bool AppInit2(boost::thread_group& threadGroup)
|
|||||||
nConnectTimeout = nNewTimeout;
|
nConnectTimeout = nNewTimeout;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 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"
|
// Fee-per-kilobyte amount considered the same as "free"
|
||||||
// If you are mining, be careful setting this:
|
// If you are mining, be careful setting this:
|
||||||
// if you set it to zero then
|
// if you set it to zero then
|
||||||
|
Loading…
Reference in New Issue
Block a user