Skip to content

Commit

Permalink
wallet: use synced topoheight or 0 in case of rescan
Browse files Browse the repository at this point in the history
  • Loading branch information
Slixe committed May 25, 2024
1 parent 7d96c4d commit 44f0378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xelis_wallet/src/network_handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ impl NetworkHandler {

synced_topoheight
} else {
0
storage.get_synced_topoheight().unwrap_or(0)
}
};

Expand Down

0 comments on commit 44f0378

Please sign in to comment.