You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
The code below should either re-run the creation with force, delete the file and rerun, or inform the user to delete the file. Otherwise there is no way to determine what was wrong -- and a dag created by previous version of the software will fail.
if (file_size != found_size - ETHASH_DAG_MAGIC_NUM_SIZE) {
fclose(f);
ret = ETHASH_IO_MEMO_SIZE_MISMATCH;
goto free_memo;
}
The text was updated successfully, but these errors were encountered:
The code below should either re-run the creation with force, delete the file and rerun, or inform the user to delete the file. Otherwise there is no way to determine what was wrong -- and a dag created by previous version of the software will fail.
The text was updated successfully, but these errors were encountered: