-
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
Can not transfer to a contract #197
Comments
I don't think we can support using a contract as a Sender, but we should be able to support it as a receiver. |
devhawk
pushed a commit
that referenced
this issue
Aug 15, 2022
devhawk
added a commit
that referenced
this issue
Aug 15, 2022
* enable transfer to contract via `#` prefix Fixes #197 * update changelog Co-authored-by: Harry <[email protected]>
devhawk
added a commit
that referenced
this issue
Aug 15, 2022
* enable transfer to contract via `#` prefix Fixes #197 * update changelog Co-authored-by: Harry <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Trying to use
neoxp transfer 1 gas alice #smartcontract
will not work and sends the following error message:System.Exception: #smartcontract account not found.
Trying to do the opposite
neoxp transfer 1 gas #smartcontract alice
, will also not work, and it asks:enter password for #smartcontact
and then it send the following error:System.Exception: #smartcontract sender not found.
The text was updated successfully, but these errors were encountered: