]> Git Repo - VerusCoin.git/blame - src/komodo_defs.h
Fix exception
[VerusCoin.git] / src / komodo_defs.h
CommitLineData
5416af1d 1#ifndef KOMODO_DEFS_H
2#define KOMODO_DEFS_H
3
4#define ASSETCHAINS_MINHEIGHT 128
5#define KOMODO_ELECTION_GAP 2000
6#define ROUNDROBIN_DELAY 61
7#define KOMODO_ASSETCHAIN_MAXLEN 65
2ac071da 8#define KOMODO_LIMITED_NETWORKSIZE 4
bd070d8b 9#define KOMODO_MAXMEMPOOLTIME 3600 // affects consensus
221cc791 10#define CRYPTO777_PUBSECPSTR "020e46e79a2a8d12b9b5d12c7a91adb4e454edfae43c0a0cb805427d2ac7613fd9"
97a337f7 11#define KOMODO_MAXPOS_DIFF 16
5416af1d 12
13#endif
This page took 0.07085 seconds and 4 git commands to generate.