12 lines
277 B
C
12 lines
277 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
|
|
|
|
#endif
|