cli_wallet returns the following message after adding a private key:
Steps to reproduce ....
peerplays --node wss://ppyws.roelandp.nl/ws addkey
Private Key (wif) [Enter to quit]:
==============================
Setting new default user: USERNAME
You can change these settings with:
uptick set default_account <account>
==============================
Is this expected ? ideally the message should say, peerplays instead of uptick IMHO.
relevant code
https://github.com/PBSA/python-peerplays/blob/9146c985dfbd5d6468427b658dbb0c958f933c7e/peerplays/cli/wallet.py#L80