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
model get
Description there is no prefix parsing for sozo model get
To Reproduce
sozo --profile sepolia model get Account 0x054cb935d86d80b5a0a6e756edf448ab33876d01dd2b07a2a4e63a41e06d0ef5,sstr:"misty"
will not work but
sozo --profile sepolia model get Account 0x054cb935d86d80b5a0a6e756edf448ab33876d01dd2b07a 2a4e63a41e06d0ef5,0x6d69737479
will work
Expected behavior
to return the data when a string is passed
The text was updated successfully, but these errors were encountered:
Can I attempt this issue?
Sorry, something went wrong.
Hey @emarc99 yes for sure, don't hesitate if you have any questions.
Thanks, sir.
emarc99
No branches or pull requests
Description
there is no prefix parsing for sozo model get
To Reproduce
sozo --profile sepolia model get Account 0x054cb935d86d80b5a0a6e756edf448ab33876d01dd2b07a2a4e63a41e06d0ef5,sstr:"misty"
will not work but
sozo --profile sepolia model get Account 0x054cb935d86d80b5a0a6e756edf448ab33876d01dd2b07a
2a4e63a41e06d0ef5,0x6d69737479
will work
Expected behavior
to return the data when a string is passed
The text was updated successfully, but these errors were encountered: