From b8b2bd1584664f269b1e2371e255ab36883c6e73 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Mon, 23 May 2022 22:09:51 -0700 Subject: [PATCH] [lbry] config: enable txindex by default --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index adee6f78..de8385d3 100644 --- a/config.go +++ b/config.go @@ -64,7 +64,7 @@ const ( defaultMaxOrphanTxSize = 100000 defaultSigCacheMaxSize = 100000 sampleConfigFilename = "sample-lbcd.conf" - defaultTxIndex = false + defaultTxIndex = true defaultAddrIndex = false defaultUpnp = true )