Make leveldb the default db for findcheckpoint.
This mirrors the change in btcd.
This commit is contained in:
parent
a0119b056e
commit
c1f0d9b1ad
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ const (
|
||||||
minCandidates = 1
|
minCandidates = 1
|
||||||
maxCandidates = 20
|
maxCandidates = 20
|
||||||
defaultNumCandidates = 5
|
defaultNumCandidates = 5
|
||||||
defaultDbType = "sqlite"
|
defaultDbType = "leveldb"
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
|
|
Loading…
Reference in a new issue