This commit is contained in:
jl777
2016-11-07 19:43:46 -03:00
parent f6b5fa431d
commit 31e168dfa1
2 changed files with 12 additions and 13 deletions

View File

@@ -191,7 +191,7 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar
errs++;
if ( fwrite(opretbuf,1,olen,fp) != olen )
errs++;
//printf("ht.%d R opret[%d]\n",height,olen);
printf("ht.%d R opret[%d]\n",height,olen);
komodo_opreturn(height,opretvalue,opretbuf,olen,txhash,vout);
}
else if ( notarypubs != 0 && numnotaries > 0 )