Add height

This commit is contained in:
jl777
2018-11-24 08:58:43 -11:00
parent 856a6a560d
commit 418439b929

View File

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