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
When doing the course of loan link, I faced the issue after running every comment started with loand. Here is the image of the issue:
loand
After copied all the demo code and started the chain, the blockchain was working, but after that every comment is denied:
loand tx loan request-loan 1000token 100token 1000foocoin 500 --from alice --chain-id loan -> rpc error: code = Unknown desc = loan is not ready; please wait for first block: invalid height
loand xxx
The code should work
Error log:
loand tx loan request-loan 1000token 100token 1000foocoin 500 --from alice --chain-id loan rpc error: code = Unknown desc = loan is not ready; please wait for first block: invalid height
The text was updated successfully, but these errors were encountered:
Could you show me what happens if you run the chain passing the version flag?
ignite chain serve -v
Sorry, something went wrong.
No branches or pull requests
Context:
When doing the course of loan link, I faced the issue after running every comment started with
loand
.Here is the image of the issue:
Describe the Bug:
After copied all the demo code and started the chain, the blockchain was working, but after that every comment is denied:
Steps to Reproduce:
loand xxx
Expected Behavior:
The code should work
Actual Behavior:
Error log:
Environment Details:
Notes:
The text was updated successfully, but these errors were encountered: