13 lines
375 B
C
13 lines
375 B
C
#ifndef KOMODO_DEFS_H
|
|
#define KOMODO_DEFS_H
|
|
|
|
#define ASSETCHAINS_MINHEIGHT 128
|
|
#define KOMODO_ELECTION_GAP 2000
|
|
#define ROUNDROBIN_DELAY 61
|
|
#define KOMODO_ASSETCHAIN_MAXLEN 65
|
|
#define KOMODO_LIMITED_NETWORKSIZE 4
|
|
#define KOMODO_MAXMEMPOOLTIME 3600 // affects consensus
|
|
#define CRYPTO777_PUBSECPSTR "020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9"
|
|
|
|
#endif
|