mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 02:02:42 +02:00
refactor: move DEFAULT_TXINDEX from validation to txindex
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
|
||||
#include <index/base.h>
|
||||
|
||||
static constexpr bool DEFAULT_TXINDEX{false};
|
||||
|
||||
/**
|
||||
* TxIndex is used to look up transactions included in the blockchain by hash.
|
||||
* The index is written to a LevelDB database and records the filesystem
|
||||
|
||||
Reference in New Issue
Block a user