hush_init

This commit is contained in:
Duke Leto
2021-07-10 12:27:30 -04:00
parent 2331ed0c56
commit fc52a00c37
5 changed files with 10 additions and 10 deletions

View File

@@ -818,7 +818,7 @@ int32_t hush_connectblock(bool fJustCheck, CBlockIndex *pindex,CBlock& block)
return(0);
}
memset(&zero,0,sizeof(zero));
komodo_init(pindex->GetHeight());
hush_init(pindex->GetHeight());
HUSH_INITDONE = (uint32_t)time(NULL);
if ( (sp= hush_stateptr(symbol,dest)) == 0 )
{