]>
Commit | Line | Data |
---|---|---|
5416af1d | 1 | #ifndef KOMODO_DEFS_H |
2 | #define KOMODO_DEFS_H | |
3 | ||
4 | #define ASSETCHAINS_MINHEIGHT 128 | |
26a8d194 | 5 | #define ASSETCHAINS_MAX_ERAS 3 |
5416af1d | 6 | #define KOMODO_ELECTION_GAP 2000 |
7 | #define ROUNDROBIN_DELAY 61 | |
8 | #define KOMODO_ASSETCHAIN_MAXLEN 65 | |
2ac071da | 9 | #define KOMODO_LIMITED_NETWORKSIZE 4 |
7542d920 | 10 | #define IGUANA_MAXSCRIPTSIZE 10001 |
bd070d8b | 11 | #define KOMODO_MAXMEMPOOLTIME 3600 // affects consensus |
221cc791 | 12 | #define CRYPTO777_PUBSECPSTR "020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9" |
9feb4b9e | 13 | #define VRSC_SAPLING_UPGRADE 227520 // height that the inadvertent KMD merge/coinbase output changes to VRSC are removed |
ffda3399 | 14 | // approximately October 28th |
5416af1d | 15 | |
16 | #endif |