We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using the cli to add a a market order with a non-existant denomination results in the rather unhelpful error response "Internal".
How to reproduce
./build/emcli tx market add-limit 1ungmn 500bobs orderid1 --from <address>
The non-existant denomination "bobs" will make the tx fail. The output from the cli is:
codespace: market code: 1 data: "" rawlog: internal logs: [] info: "" gaswanted: 200000 gasused: 62176 tx: null timestamp: ""
Expected behavior The log should contain an error message informing of the erroneous denomination.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using the cli to add a a market order with a non-existant denomination results in the rather unhelpful error response "Internal".
How to reproduce
./build/emcli tx market add-limit 1ungmn 500bobs orderid1 --from <address>
The non-existant denomination "bobs" will make the tx fail. The output from the cli is:
Expected behavior
The log should contain an error message informing of the erroneous denomination.
The text was updated successfully, but these errors were encountered: