• Tommi Virtanen's avatar
    blocks: Don't re-Put blocks we already have · eb50103b
    Tommi Virtanen authored
    Commit 1192be196b3d0acca2e2dce5ffd5d12a924fdc5a 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
    eb50103b
blockstore.go 3.7 KB