mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-23 07:52:25 +00:00
Merge pull request #5365
383c38fd
fix init warning on whatever compiler version (italocoin)
This commit is contained in:
commit
3f46c5b4e1
1 changed files with 1 additions and 2 deletions
|
@ -5065,8 +5065,7 @@ bool simple_wallet::refresh_main(uint64_t start_height, enum ResetType reset, bo
|
||||||
LOCK_IDLE_SCOPE();
|
LOCK_IDLE_SCOPE();
|
||||||
|
|
||||||
crypto::hash transfer_hash_pre{};
|
crypto::hash transfer_hash_pre{};
|
||||||
uint64_t height_pre, height_post;
|
uint64_t height_pre = 0, height_post;
|
||||||
|
|
||||||
if (reset != ResetNone)
|
if (reset != ResetNone)
|
||||||
{
|
{
|
||||||
if (reset == ResetSoftKeepKI)
|
if (reset == ResetSoftKeepKI)
|
||||||
|
|
Loading…
Reference in a new issue