mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-25 07:27:18 +01:00
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:
parent
7feecc9aca
commit
3fe72b7425
1 changed files with 0 additions and 1 deletions
|
@ -2,7 +2,6 @@ server=1
|
|||
daemon=1
|
||||
listen=1
|
||||
discover=1
|
||||
txindex=1
|
||||
dbcache=1337
|
||||
maxconnections=1337
|
||||
peerbloomfilters=1
|
||||
|
|
Loading…
Add table
Reference in a new issue