You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the first case, it may be useful to output a warning prompting the user to register.
Same for other functions that assume that the user is registered, e.g., create-fincontract. If the user is not registered, it starts executing and hangs.
Show an error message when appropriate: "This command requires you to register first: register".
The text was updated successfully, but these errors were encountered:
s-tikhomirov
changed the title
Show warning / error message when user is not registered
No warning / error message when user is not registered
May 31, 2017
Some commands require the user to be registered, but do not signal error when this is not the case.
For instance, calling
show-balance
beforeregister
:✔ Balance of 0xc27cffb5c1be0f72b58b3639d5bad4a92e82ce57
Calling
show-balance
afterregister
:In the first case, it may be useful to output a warning prompting the user to register.
Same for other functions that assume that the user is registered, e.g.,
create-fincontract
. If the user is not registered, it starts executing and hangs.Show an error message when appropriate: "This command requires you to register first:
register
".The text was updated successfully, but these errors were encountered: