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
Describe the bug
If I try to redeploy a contract that already exists using the --force flag when Neo Express is not running, the application will throw an error. This only happens if Neo Express is not running.
To Reproduce
Steps to reproduce the behavior:
Use neoxp contract deploy nef -a account command with neoxp offline. It should work the first time.
Repeat the command. It will fail with the following error: Inner InvalidOperationException: Contract Already Exists: 0xabfb9e99997b27283e4bd872986907c4c999740b
Use neoxp run to start Neo Express
Repeat the command. It will 'work', and an error message will appear Neo Express logs (however, the RPC node won't return an error)
Expected behavior
Using the force flag to deploy a contract when the node is not running.
please complete the following information
OS: macOS
Version: 3.7.3
Additional context
This problem appears to exist before version 3.7.3
The text was updated successfully, but these errors were encountered:
Describe the bug
If I try to redeploy a contract that already exists using the --force flag when Neo Express is not running, the application will throw an error. This only happens if Neo Express is not running.
To Reproduce
Steps to reproduce the behavior:
neoxp contract deploy nef -a account
command with neoxp offline. It should work the first time.Inner InvalidOperationException: Contract Already Exists: 0xabfb9e99997b27283e4bd872986907c4c999740b
neoxp run
to start Neo ExpressExpected behavior
Using the force flag to deploy a contract when the node is not running.
please complete the following information
Additional context
This problem appears to exist before version 3.7.3
The text was updated successfully, but these errors were encountered: