mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-13 01:26:43 +00:00
Make leveldb the default db for findcheckpoint.
This mirrors the change in btcd.
This commit is contained in:
parent
a0119b056e
commit
c1f0d9b1ad
@ -19,7 +19,7 @@ const (
|
||||
minCandidates = 1
|
||||
maxCandidates = 20
|
||||
defaultNumCandidates = 5
|
||||
defaultDbType = "sqlite"
|
||||
defaultDbType = "leveldb"
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
x
Reference in New Issue
Block a user