Skip to content
New issue

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

[bugfix] - Failed to convert 0x1::option::Option to SuiMoveValue #5247

Merged
merged 2 commits into from
Oct 15, 2022

Conversation

patrickkuo
Copy link
Contributor

No description provided.

@patrickkuo patrickkuo linked an issue Oct 14, 2022 that may be closed by this pull request
@patrickkuo patrickkuo requested a review from longbowlu October 14, 2022 12:02
Copy link
Collaborator

@longbowlu longbowlu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how come the module is "Option"?

@patrickkuo
Copy link
Contributor Author

how come the module is "Option"?

it's referring to the Option move struct in the option module

struct Option<Element> has copy, drop, store {
vec: vector<Element>
}

@patrickkuo patrickkuo merged commit c5a85f2 into main Oct 15, 2022
@patrickkuo patrickkuo deleted the pat/bugfix_4995 branch October 15, 2022 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] Failed to convert 0x1::option::Option to SuiMoveValue
2 participants