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
If that's utf-8, it should be &str rather than u8. Looking at our API, we indeed requier utf8 here:
&str
u8
https://github.com/matklad/nearcore/blob/3733a54d5cf255e0993f386de25930a1bf867efc/runtime/near-vm-logic/src/logic.rs#L1932-L1947
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
If that's utf-8, it should be
&str
rather thanu8
. Looking at our API, we indeed requier utf8 here:https://github.com/matklad/nearcore/blob/3733a54d5cf255e0993f386de25930a1bf867efc/runtime/near-vm-logic/src/logic.rs#L1932-L1947
The text was updated successfully, but these errors were encountered: