nblockchain/geewallet

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:

  1. Have a poor network connection.
  2. 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.