Browse Source

test

pull/4/head
jl777 8 years ago
parent
commit
47f47733d9
  1. 1
      src/komodo.h

1
src/komodo.h

@ -271,6 +271,7 @@ int32_t komodo_stateupdate(uint8_t notarypubs[][33],uint8_t numnotaries,int32_t
if ( fwrite(&NOTARIZED_BTCHASH,1,sizeof(NOTARIZED_BTCHASH),fp) != sizeof(NOTARIZED_BTCHASH) )
errs++;
}
fflush(fp);
}
}

Loading…
Cancel
Save