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
rooch 0.7.6 (git commit e5ba242)
❯ rooch move run --function $PKG::gold_miner::start --args "object:$TREASURY" --args "address:$SENDER" --dry-run
Error: Parse error: missing field da_server_status at line 1 column 1687 missing field da_server_status at line 1 column 1687
da_server_status
正常返回输出信息
The text was updated successfully, but these errors were encountered:
The mainnet need to be upgrade. cc @popcnt1 @steelgeek091
Sorry, something went wrong.
No branches or pull requests
Rooch version
rooch 0.7.6 (git commit e5ba242)
What did you do?
❯ rooch move run --function $PKG::gold_miner::start --args "object:$TREASURY" --args "address:$SENDER" --dry-run
What did you see happen?
Error: Parse error: missing field
da_server_status
at line 1 column 1687missing field
da_server_status
at line 1 column 1687What did you expect to see?
正常返回输出信息
The text was updated successfully, but these errors were encountered: