[lbry] config: enable txindex by default
This commit is contained in:
parent
f3e1c96de9
commit
b8b2bd1584
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ const (
|
||||||
defaultMaxOrphanTxSize = 100000
|
defaultMaxOrphanTxSize = 100000
|
||||||
defaultSigCacheMaxSize = 100000
|
defaultSigCacheMaxSize = 100000
|
||||||
sampleConfigFilename = "sample-lbcd.conf"
|
sampleConfigFilename = "sample-lbcd.conf"
|
||||||
defaultTxIndex = false
|
defaultTxIndex = true
|
||||||
defaultAddrIndex = false
|
defaultAddrIndex = false
|
||||||
defaultUpnp = true
|
defaultUpnp = true
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue