Skip to content

Commit

Permalink
Remove -txindex=1 from seednode's bitcoin.conf
Browse files Browse the repository at this point in the history
This change needs thorough review before being merged.

See bitcoin-core Issue "Remove txindex migration code #22626":
  bitcoin/bitcoin#22626
And comment about change not having a release note:
  bitcoin/bitcoin#22626 (comment)

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.
  • Loading branch information
ghubstan committed May 21, 2022
1 parent 7feecc9 commit 3fe72b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion seednode/bitcoin.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ server=1
daemon=1
listen=1
discover=1
txindex=1
dbcache=1337
maxconnections=1337
peerbloomfilters=1
Expand Down

0 comments on commit 3fe72b7

Please sign in to comment.