KOMODO_DEFS_H

This commit is contained in:
jl777
2017-11-10 19:15:34 +02:00
parent cc30b05e0d
commit 5416af1ddc
15 changed files with 32 additions and 3 deletions

9
src/komodo_defs.h Normal file
View File

@@ -0,0 +1,9 @@
#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
#endif