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

Fix #340 and DropAfterBlockBySha/NewestSha bug. #357

Merged
merged 1 commit into from
Mar 30, 2015

Commits on Mar 30, 2015

  1. Fix btcsuite#340 and DropAfterBlockBySha/NewestSha bug.

    - Delete spent TX in setclearSpentData when unspent by block
      disconnect on reorg; return an error when there's more than
      one record to delete in the spent TX as that should never
      happen.
    
    - Test spent TX deletion when reorg causes block disconnect.
    
    - Test for correct NewestSha results after DropAfterBlockBySha.
    
    - Fix DropAfterBlockBySha to update info for NewestSha.
    
    - Updated copyright statements in modified files
    aakselrod committed Mar 30, 2015
    Configuration menu
    Copy the full SHA
    9199847 View commit details
    Browse the repository at this point in the history