This commit is contained in:
jl777
2016-11-11 13:03:24 -03:00
parent 4c803a7efb
commit b6a7cb2ce0
4 changed files with 12 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ void komodo_assetchain_pubkeys(char *jsonstr);
int COINBASE_MATURITY = 100;
int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY,KOMODO_CHOSEN_ONE,CURRENT_HEIGHT;
int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY,KOMODO_CHOSEN_ONE,CURRENT_HEIGHT,ASSETCHAINS_SEED;
std::string NOTARY_PUBKEY,ASSETCHAINS_NOTARIES;
uint8_t NOTARY_PUBKEY33[33];