Fix strange data bug

This commit is contained in:
jl777
2019-03-31 21:26:51 -11:00
parent b025dd2eaf
commit c6fca95118
2 changed files with 7 additions and 12 deletions

View File

@@ -2067,7 +2067,7 @@ void komodo_args(char *argv0)
if ( ASSETCHAINS_CBOPRET != 0 )
{
extralen += iguana_rwnum(1,&extraptr[extralen],sizeof(ASSETCHAINS_CBOPRET),(void *)&ASSETCHAINS_CBOPRET);
//komodo_cbopretupdate(); // will set Mineropret
komodo_cbopretupdate(); // will set Mineropret
fprintf(stderr,"This blockchain uses data produced from CoinDesk Bitcoin Price Index\n");
}
}