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

blocks: Don't re-Put blocks we already have #1161

Merged
merged 3 commits into from
Apr 28, 2015
Merged

Conversation

tv42
Copy link
Contributor

@tv42 tv42 commented Apr 28, 2015

Commit 1192be1 tried to do this, but
had a simple mistake. Functions returning bool, error pretty much
never return true, anError, so that branch was never taken.

Also fix the partial sentence in the

Commit 1192be1 tried to do this, but
had a simple mistake. Functions returning `bool, error` pretty much
never return `true, anError`, so that branch was never taken.

Also fix the partial sentence in the
@jbenet jbenet added the status/in-progress In progress label Apr 28, 2015
@tv42
Copy link
Contributor Author

tv42 commented Apr 28, 2015

Piggybacking small commits on this, because they don't really deserve their own.

jbenet added a commit that referenced this pull request Apr 28, 2015
blocks: Don't re-Put blocks we already have
@jbenet jbenet merged commit 6cadf69 into master Apr 28, 2015
@jbenet jbenet removed the status/in-progress In progress label Apr 28, 2015
@jbenet jbenet deleted the blocks-put-exists branch April 28, 2015 23:42
@aschmahmann aschmahmann mentioned this pull request Aug 23, 2021
62 tasks
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.

None yet

2 participants