Browse Source

10 billion and 1

pull/4/head
jl777 5 years ago
parent
commit
e64f0f7bc6
  1. 2
      src/komodo_defs.h

2
src/komodo_defs.h

@ -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);

Loading…
Cancel
Save