10 billion and 1

This commit is contained in:
jl777
2019-03-03 05:30:49 -11:00
parent 12b23c595d
commit e64f0f7bc6

View File

@@ -36,7 +36,7 @@
#define KOMODO_MAXNVALUE (((uint64_t)1 << 63) - 1)
#define KOMODO_BIT63SET(x) ((x) & ((uint64_t)1 << 63))
#define KOMODO_VALUETOOBIG(x) ((x) > (uint64_t)10000000000*COIN)
#define KOMODO_VALUETOOBIG(x) ((x) > (uint64_t)10000000001*COIN)
extern uint8_t ASSETCHAINS_TXPOW,ASSETCHAINS_PUBLIC;
int32_t MAX_BLOCK_SIZE(int32_t height);