From 0baa6c6df3491e0ff8441afffe6627436d5ce2b5 Mon Sep 17 00:00:00 2001 From: cryptozoidberg Date: Wed, 2 Sep 2020 17:28:19 +0200 Subject: [PATCH] let's pretend this never happened --- src/wallet/wallet2.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wallet/wallet2.cpp b/src/wallet/wallet2.cpp index 7a31708b..d06c9020 100644 --- a/src/wallet/wallet2.cpp +++ b/src/wallet/wallet2.cpp @@ -4281,7 +4281,7 @@ bool wallet2::is_transfer_ready_to_go(const transfer_details& td, uint64_t fake_ void wallet2::wipeout_extra_if_needed(std::vector& transfer_history) { WLT_LOG_L0("Processing [wipeout_extra_if_needed]..."); - for (auto it = transfer_history.begin(); it != transfer_history.end(); ) + for (auto it = transfer_history.begin(); it != transfer_history.end(); it++ ) { if (it->height > 638000) {