Skip to content

Commit

Permalink
comment out troublesome consistency check
Browse files Browse the repository at this point in the history
check is causing regular breakdowns in boltdb, very likely is due to a
boltdb error
  • Loading branch information
DavidVorick committed Oct 2, 2015
1 parent 63d4491 commit 9d0dc41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/consensus/consistency.go
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ func (cs *ConsensusSet) checkConsistency(tx *bolt.Tx) {
checkDSCOs(tx)
checkSiacoinCount(tx)
checkSiafundCount(tx)
cs.checkRevertApply(tx)
// cs.checkRevertApply(tx)
cs.checkingConsistency = false
}

Expand Down

0 comments on commit 9d0dc41

Please sign in to comment.