Open chrisguida opened 11 months ago
smaug should print the status of the scanblocks call to the log.
this is because when the user first adds a wallet, the entire blockfilter index is scanned from genesis to tip, and this can take several minutes.
adding the status in the log allows the user to see that something is happening when their smaug add command hangs
smaug add
It would be nice if we return control to the user while it scans.
smaug should print the status of the scanblocks call to the log.
this is because when the user first adds a wallet, the entire blockfilter index is scanned from genesis to tip, and this can take several minutes.
adding the status in the log allows the user to see that something is happening when their
smaug add
command hangs