From b13e7f284b909df8ca54fe93c231910a130f9f3e Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 16 Oct 2015 19:45:35 +0100 Subject: blockchain_export can now export to a blocks.dat format Also make the number of blocks endian independant, and add support for testnet --- src/blocks/blocks.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/blocks/blocks.h') diff --git a/src/blocks/blocks.h b/src/blocks/blocks.h index 76a08c89d..b842009a4 100644 --- a/src/blocks/blocks.h +++ b/src/blocks/blocks.h @@ -5,8 +5,8 @@ extern "C" { #endif -const unsigned char *get_blocks_dat_start(); -size_t get_blocks_dat_size(); +const unsigned char *get_blocks_dat_start(int testnet); +size_t get_blocks_dat_size(int testnet); #ifdef __cplusplus } -- cgit v1.2.3