-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistent account naming #270
Comments
what does contents of your |
Hi @cschuchardt88, This will work: |
if you replace the |
It doesn't: |
It only works for non-genesis. If you name the account, use that name with |
See #279 - wrap anything that has a |
Hi @cschuchardt88,
|
Do |
You just going to have to use Using anything else will break old batch files that have been developed by users. |
Some commands will depend on the account prefixed with '@' while others don't.
Example:
neoxp contract run GasToken balanceOf @dev -r
neoxp show balance GAS dev
Using
@dev
on the show balance command won't work:The text was updated successfully, but these errors were encountered: