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

Create provenance.sol #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Create provenance.sol #24

wants to merge 1 commit into from

Conversation

terzim
Copy link
Contributor

@terzim terzim commented Jun 27, 2015

Provenance concept contract created by M.ElBoudi, A.Blackwell, M.Terzi et al during Ethereum development workshop in London

Provenance concept contract created by M.ElBoudi, A.Blackwell, M.Terzi et al during Ethereum development workshop in London
}

function createNewCertifier() returns (bool completed) {
certifier[msg.sender] = false;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'm not sure if I understand this correctly. Every key exists in a mapping from the beginning and is initialised to "zero", e.g. false for a bool. So this is more like resetCertify, i.e. it only reverses the effect of certify.

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.

2 participants