Console frontend needs an equivalent to a progress bar (so that we can know which currency is the slow one)
knocte opened this issue · 0 comments
knocte commented
Steps to reproduce:
- Have a poor network connection.
- Run Frontend.Console.
Current result:
Prints "*** STATUS ***" and hangs....
Expected result:
Prints:
*** STATUS ***
Retrieving balances...
After retrieving one currency:
*** STATUS ***
Retrieving balances... ETC,
After retrieving next currency:
*** STATUS ***
Retrieving balances... ETC, LTC,
And so on.