diff options
author | Zachary Michaels <mikezackles@gmail.com> | 2014-06-30 15:26:29 -0400 |
---|---|---|
committer | Zachary Michaels <mikezackles@gmail.com> | 2014-07-01 14:57:26 -0400 |
commit | 28af03208bc38eeaa3e903e336412d221571bb92 (patch) | |
tree | 8bf8292439fee300f3b8f4856068df81d832c810 /src | |
parent | C++ style cast (diff) | |
download | monero-28af03208bc38eeaa3e903e336412d221571bb92.tar.xz |
Remove redeclaration
Diffstat (limited to 'src')
-rw-r--r-- | src/cryptonote_core/cryptonote_format_utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |