This commit is contained in:
jl777
2018-07-23 00:40:13 -11:00
parent e10def86a7
commit efa4ed1fd1
2 changed files with 5 additions and 0 deletions

View File

@@ -4832,6 +4832,7 @@ int32_t komodo_staked(CMutableTransaction &txNew,uint32_t nBits,uint32_t *blockt
int32_t ensure_CCrequirements()
{
extern uint8_t NOTARY_PUBKEY33[];
if ( NOTARY_PUBKEY33[0] == 0 )
return(-1);
else if ( GetBoolArg("-addressindex", DEFAULT_ADDRESSINDEX) == 0 )