Make leveldb the default db for findcheckpoint.

This mirrors the change in btcd.
This commit is contained in:
Dave Collins 2013-10-08 20:50:15 -05:00
parent a0119b056e
commit c1f0d9b1ad

View file

@ -19,7 +19,7 @@ const (
minCandidates = 1
maxCandidates = 20
defaultNumCandidates = 5
defaultDbType = "sqlite"
defaultDbType = "leveldb"
)
var (