From 8e2f9a3ea46d40d695d61d94ca925a93e2e40b92 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Thu, 26 Mar 2015 13:18:16 +0100 Subject: [PATCH] ethash_io tests and bug fixes - Adding tests for the functionality offered by ethash_io - ethash_io_write() now accepts ethash_params and seedhash instead of a block number. This is for better modularity but first and foremost for testability via unit tests --- io.h | 1 + 1 file changed, 1 insertion(+) diff --git a/io.h b/io.h index dd611754d..80e45c669 100644 --- a/io.h +++ b/io.h @@ -54,6 +54,7 @@ enum ethash_io_rc { * @return For possible return values @see enum ethash_io_rc */ enum ethash_io_rc ethash_io_prepare(char const *dirname, ethash_blockhash_t seedhash); + /** * Fully computes data and writes it to the file on disk. *