Closed ryanRfox closed 7 years ago
Given:
uptick addkey <5myWitnessSigningKey>
uptick addkey <5myOwnerKey>
uptick listaccounts
uptick newfeed --account fox USD 0.05 USD/BTS
Workaround: Set the default_account to the uptick configuration:
uptick newfeed USD 0.05 USD/BTS
I noticed that when supplying the WitnessSignigKey first, uptick does not set the 'default_account' for configuration. This is understandable, as this key does not have an account associated.
Given:
uptick addkey <5myWitnessSigningKey>
uptick addkey <5myOwnerKey>
uptick listaccounts
| n/a | BTSmyWitnessPubKey | | fox | BTSmyPubKey |uptick newfeed --account fox USD 0.05 USD/BTS
ERROR: You must supply an accountWorkaround: Set the default_account to the uptick configuration:
uptick newfeed USD 0.05 USD/BTS
SUCCESS