Remove -txindex=1 from seednode's bitcoin.conf

This change needs thorough review before being merged.

See bitcoin-core Issue "Remove txindex migration code #22626":
  https://github.com/bitcoin/bitcoin/pull/22626
And comment about change not having a release note:
  https://github.com/bitcoin/bitcoin/pull/22626#issuecomment-893220371

See src:   https://github.com/bitcoin/bitcoin/blob/v23.0/src/txdb.cpp#L35

For API test suites:
  This change is backward compatible for bitcoin-core v22.
  This change has not been tested against bitcoin-core v21, v20, v19.

Change needs to be thoroughly tested with desktop UI.
This commit is contained in:
ghubstan 2022-05-21 17:07:06 -03:00
parent 7feecc9aca
commit 3fe72b7425
No known key found for this signature in database
GPG key ID: E35592D6800A861E

View file

@ -2,7 +2,6 @@ server=1
daemon=1 daemon=1
listen=1 listen=1
discover=1 discover=1
txindex=1
dbcache=1337 dbcache=1337
maxconnections=1337 maxconnections=1337
peerbloomfilters=1 peerbloomfilters=1