diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index cf6e7987..593d7779 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -2935,7 +2935,6 @@ void wallet2::get_recent_transfers_history(std::vector= m_transfer_history.size()) return; - auto start = m_transfer_history.rbegin() + offset; for (auto it = m_transfer_history.rbegin() + offset; it != m_transfer_history.rend(); it++) { if (exclude_mining_txs)