From 28af03208bc38eeaa3e903e336412d221571bb92 Mon Sep 17 00:00:00 2001 From: Zachary Michaels Date: Mon, 30 Jun 2014 15:26:29 -0400 Subject: [PATCH] Remove redeclaration --- src/cryptonote_core/cryptonote_format_utils.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cryptonote_core/cryptonote_format_utils.h b/src/cryptonote_core/cryptonote_format_utils.h index 138fb5224..81d804298 100644 --- a/src/cryptonote_core/cryptonote_format_utils.h +++ b/src/cryptonote_core/cryptonote_format_utils.h @@ -85,7 +85,6 @@ namespace cryptonote uint64_t get_outs_money_amount(const transaction& tx); bool check_inputs_types_supported(const transaction& tx); bool check_outs_valid(const transaction& tx); - blobdata get_block_hashing_blob(const block& b); bool parse_amount(uint64_t& amount, const std::string& str_amount); bool check_money_overflow(const transaction& tx);