diff --git a/iguana/iguana_notary.c b/iguana/iguana_notary.c index 0572d5546..d232867f8 100755 --- a/iguana/iguana_notary.c +++ b/iguana/iguana_notary.c @@ -154,7 +154,7 @@ void dpow_srcupdate(struct supernet_info *myinfo,struct dpow_info *dp,int32_t he memcpy(&ptrs[5],&checkpoint,sizeof(checkpoint)); dp->activehash = checkpoint.blockhash.hash; ht = checkpoint.blockhash.height; - OS_thread_create((void *)((uint64_t)&ptrs[5] + sizeof(struct dpow_checkpoint)),NULL,(void *)dpow_statemachinestart,(void *)ptrs) + OS_thread_create((void *)((uint64_t)&ptrs[5] + sizeof(struct dpow_checkpoint)),NULL,(void *)dpow_statemachinestart,(void *)ptrs); } }