From a6bc1103fd78c539e08e44a94fc3220890ae1ed5 Mon Sep 17 00:00:00 2001 From: Dion Ahmetaj Date: Thu, 13 Oct 2016 12:49:25 -0400 Subject: patched parameter type bug that was causing failure on 32 bit --- src/cryptonote_core/cryptonote_core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cryptonote_core/cryptonote_core.cpp') diff --git a/src/cryptonote_core/cryptonote_core.cpp b/src/cryptonote_core/cryptonote_core.cpp index 9a44d9d3f..a82d96416 100644 --- a/src/cryptonote_core/cryptonote_core.cpp +++ b/src/cryptonote_core/cryptonote_core.cpp @@ -616,7 +616,7 @@ namespace cryptonote return true; } //----------------------------------------------------------------------------------------------- - std::pair core::get_coinbase_tx_sum(const uint64_t start_offset, const uint64_t count) + std::pair core::get_coinbase_tx_sum(const uint64_t start_offset, const size_t count) { std::list blocks; std::list txs; -- cgit v1.2.3