This commit is contained in:
jl777
2019-07-07 05:13:08 -11:00
parent 1eefc92892
commit ccdc1c8080
3 changed files with 3 additions and 3 deletions

View File

@@ -286,7 +286,7 @@ int32_t NSPV_rwntzproofshared(int32_t rwflag,uint8_t *serialized,struct NSPV_ntz
len += iguana_rwnum(rwflag,&serialized[len],sizeof(ptr->nextht),&ptr->nextht);
len += iguana_rwnum(rwflag,&serialized[len],sizeof(ptr->pad32),&ptr->pad32);
len += iguana_rwnum(rwflag,&serialized[len],sizeof(ptr->pad16),&ptr->pad16);
fprintf(stderr,"rwcommon prev.%d next.%d\n",ptr->prevht,ptr->nextht);
//fprintf(stderr,"rwcommon prev.%d next.%d\n",ptr->prevht,ptr->nextht);
return(len);
}