Skip to content

wallet:wallet2: fix height estimate

contrem requested to merge mc/fix-wallet-height-estimate into master

Use solo time stamps for get_daemon_blockchain_target_height(). This value affects the wallet creation height when the actual height can't be determined.

Fixes balance scanning issues for wallets created with no daemon running.

Merge request reports