|
|
@ -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); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|