This commit is contained in:
jl777
2019-04-02 07:07:09 -11:00
parent 3ef84c4943
commit 62a9756bc0

View File

@@ -2172,9 +2172,9 @@ if ( komodo_nextheight() > 333 ) // for debug only!
if ( (flags & 4) != 0 ) if ( (flags & 4) != 0 )
lastcrypto = now; lastcrypto = now;
memcpy(Mineropret.data(),PriceCache[0],size); memcpy(Mineropret.data(),PriceCache[0],size);
int32_t i; for (i=0; i<Mineropret.size(); i++) //int32_t i; for (i=0; i<Mineropret.size(); i++)
fprintf(stderr,"%02x",Mineropret[i]); // fprintf(stderr,"%02x",Mineropret[i]);
fprintf(stderr," <- set Mineropret[%d] size.%d %ld\n",(int32_t)Mineropret.size(),size,sizeof(PriceCache[0])); //fprintf(stderr," <- set Mineropret[%d] size.%d %ld\n",(int32_t)Mineropret.size(),size,sizeof(PriceCache[0]));
} }
/* /*
if ( (ASSETCHAINS_CBOPRET & 4) != 0 ) if ( (ASSETCHAINS_CBOPRET & 4) != 0 )