Skip to content

Commit

Permalink
-turn off debugging of claimtrie sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiger5226 committed Feb 24, 2019
1 parent 085c293 commit 683eda3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion daemon/jobs/claimtriesync.go
Expand Up @@ -18,7 +18,7 @@ import (
)

const claimTrieSyncJob = "claimtriesyncjob"
const debugClaimTrieSync = true
const debugClaimTrieSync = false

var expirationHardForkHeight uint = 400155 // https://github.com/lbryio/lbrycrd/pull/137
var hardForkBlocksToExpiration uint = 2102400 // https://github.com/lbryio/lbrycrd/pull/137
Expand Down

0 comments on commit 683eda3

Please sign in to comment.