-
Notifications
You must be signed in to change notification settings - Fork 2
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
support ticket #19
support ticket #19
Conversation
996d42d
to
4372154
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is silly, there is no use case and we can't support it in any reasonable way in the UI. But it looks OK to me.
src/internal/execution.mligo
Outdated
match Tezos.join_tickets (t, s) with | ||
| None -> failwith Errors.cannot_happen | ||
| Some new_t -> Big_map.add (content, addr) new_t tickets | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Duplicated by Storage.store_ticket. Too many files 😉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good eyes, I removed it.
As discussion off-line, we support simple case use in UI for now. |
Execute lambda
of proposal is changedExecute
proposal