Add fix to remove KMD coinbase check with pool fee workaround at block 227520 (~Oct 28th)

This commit is contained in:
miketout
2018-08-30 19:40:07 -07:00
parent 1b7e60f7f6
commit ffda33998f
3 changed files with 15 additions and 9 deletions

View File

@@ -9,5 +9,7 @@
#define KOMODO_LIMITED_NETWORKSIZE 4
#define KOMODO_MAXMEMPOOLTIME 3600 // affects consensus
#define CRYPTO777_PUBSECPSTR "020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9"
#define VRSC_KMD_MERGE_FIX 227520 // height that the inadvertent KMD merge/coinbase output changes to VRSC are removed
// approximately October 28th
#endif