lbryio / lbrycrd

The blockchain that provides the digital content namespace for the LBRY protocol
https://lbry.com
MIT License
2.58k stars 178 forks source link

Remove txindex from docker setup #369

Closed tiger5226 closed 4 years ago

tiger5226 commented 4 years ago

When using the latest release v0.17.4.3 I noticed the following warning in the logs:

lbrycrd_1  | 2020-02-22T16:52:54Z The txindex parameter is no longer necessary. It is always on.

I created a PR that removes the references to the docker setup and configuration where this parameter is set.

tiger5226 commented 4 years ago

merged