mirror of
https://codeberg.org/nahuhh/wownero
synced 2026-03-04 21:57:40 -05:00
fix init warning on whatever compiler version
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user