diff --git a/src/komodo.h b/src/komodo.h index 57e282cf3..ceb06e828 100644 --- a/src/komodo.h +++ b/src/komodo.h @@ -30,6 +30,7 @@ #include "komodo_utils.h" int32_t komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotaries,uint8_t notaryid,uint256 txhash,uint64_t voutmask,uint8_t numvouts,uint32_t *pvals,uint8_t numpvals); +void komodo_init(); int32_t IS_KOMODO_NOTARY,USE_EXTERNAL_PUBKEY,NOTARIZED_HEIGHT,Num_nutxos,KOMODO_NUMNOTARIES = 64; std::string NOTARY_PUBKEY;