missed save

This commit is contained in:
blackjok3r
2018-12-06 00:21:36 +08:00
parent 311aa931cc
commit 51b4c9a346

View File

@@ -1112,7 +1112,7 @@ int32_t komodo_validate_interest(const CTransaction &tx,int32_t txheight,uint32_
commission must be in coinbase.vout[1] and must be >= 10000 sats
PoS stake must be without txfee and in the last tx in the block at vout[0]
*/
int32_t ASSETCHAINS_FOUNDERS_PERIOD = 5;
extern int32_t ASSETCHAINS_FOUNDERS_PERIOD;
CAmount GetBlockSubsidy(int nHeight, const Consensus::Params& consensusParams);