From 383c38fdb1c3e3b1d4c64d858a0f604a804bd402 Mon Sep 17 00:00:00 2001 From: italocoin Date: Fri, 29 Mar 2019 11:16:06 -0400 Subject: [PATCH] fix init warning on whatever compiler version --- src/simplewallet/simplewallet.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index d5835609a..1d9f85af3 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -4749,8 +4749,7 @@ bool simple_wallet::refresh_main(uint64_t start_height, enum ResetType reset, bo LOCK_IDLE_SCOPE(); crypto::hash transfer_hash_pre{}; - uint64_t height_pre, height_post; - + uint64_t height_pre = 0, height_post; if (reset != ResetNone) { if (reset == ResetSoftKeepKI)