This commit is contained in:
jl777
2016-11-19 17:58:04 -03:00
parent 51311cad6f
commit 0ded57c850
5 changed files with 31 additions and 9 deletions

View File

@@ -188,7 +188,7 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar
return;
if ( fp == 0 )
{
komodo_statefname(fname,ASSETCHAINS_SYMBOL);
komodo_statefname(fname,ASSETCHAINS_SYMBOL,"komodostate");
if ( (fp= fopen(fname,"rb+")) != 0 )
{
while ( komodo_parsestatefile(sp,fp,symbol,dest) >= 0 )