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

Turn mapping into suspects' struct within the prisoner's dilemma contract #2

Open
tesla809 opened this issue Oct 9, 2019 · 0 comments

Comments

@tesla809
Copy link
Contributor

tesla809 commented Oct 9, 2019

The contract would make more sense if the

mapping(address => Choice) suspectChoices;

would be a struct to hold the suspects' necessary data.
struct suspect { // decision state // address }

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

No branches or pull requests

1 participant