Skip to content

Typos#136

Merged
CJentzsch merged 2 commits intoblockchainsllc:masterfrom
pirapira:typos
Apr 28, 2016
Merged

Typos#136
CJentzsch merged 2 commits intoblockchainsllc:masterfrom
pirapira:typos

Conversation

@pirapira
Copy link
Copy Markdown
Contributor

Some small obvious fixes.

Comment thread DAO.sol

// If the curator removed the recipient from the whitelist, close the proposal
// in order to free the deposit and allow unblocking of voters
if (!isRecipientAllowed(p.recipient) && p.open) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

that's not a typo ;-)
It saves gas to check it here, compared to later.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

It's already checked on line 524.

@CJentzsch CJentzsch merged commit 09693c1 into blockchainsllc:master Apr 28, 2016
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