This commit is contained in:
Duke Leto
2021-01-23 20:47:44 -05:00
parent 0eb6887cd7
commit 8f70c5c356
7 changed files with 21 additions and 21 deletions

View File

@@ -360,7 +360,7 @@ void hush_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotarie
if ( didinit == 0 )
{
portable_mutex_init(&HUSH_KV_mutex);
portable_mutex_init(&KOMODO_CC_mutex);
portable_mutex_init(&HUSH_CC_mutex);
didinit = 1;
}
if ( (sp= hush_stateptr(symbol,dest)) == 0 )