Browse Source

Add height

pull/4/head
jl777 6 years ago
parent
commit
418439b929
  1. 2
      src/komodo_defs.h

2
src/komodo_defs.h

@ -15,6 +15,6 @@
#define KOMODO_SAPLING_DEADLINE 1550188800 // Feb 15th, 2019
extern uint8_t ASSETCHAINS_TXPOW,ASSETCHAINS_PUBLIC;
int32_t MAX_BLOCK_SIZE();
int32_t MAX_BLOCK_SIZE(int32_t height);
#endif

Loading…
Cancel
Save