This commit is contained in:
jl777
2016-11-11 20:19:20 -03:00
parent 4a4e912bbe
commit e6f6a829c8
3 changed files with 3 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ int32_t komodo_notarizeddata(int32_t nHeight,uint256 *notarized_hashp,uint256 *n
char *komodo_issuemethod(char *method,char *params,uint16_t port);
void komodo_init(int32_t height);
void komodo_assetchain_pubkeys(char *jsonstr);
int32_t komodo_chosennotary(int32_t *notaryidp,int32_t height,uint8_t *pubkey33);
int COINBASE_MATURITY = 100;