Marmara coinbase initial impl

This commit is contained in:
jl777
2019-01-12 00:29:37 -11:00
parent 46a1c07e5e
commit 2bde89c9ce
6 changed files with 85 additions and 3 deletions

View File

@@ -19,6 +19,11 @@
#include "CCinclude.h"
#define MARMARA_GROUPSIZE 60
#define MARMARA_MINLOCK (1440 * 3 * 30)
#define MARMARA_MAXLOCK (1440 * 24 * 30)
uint64_t komodo_block_prg(uint32_t nHeight);
bool MarmaraValidate(struct CCcontract_info *cp,Eval* eval,const CTransaction &tx, uint32_t nIn);
// CCcustom