aboutsummaryrefslogtreecommitdiff
path: root/doc/files.md
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-10-10 16:20:54 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-10-11 08:31:18 -0400
commitfa191c058f00116bb844e59e42e24ad961e19cbe (patch)
treec4ba68f799de2f1908264ad083fc2256c503d5cd /doc/files.md
parent08ed87e8875d72a1d8b157b67bbd431253d7db24 (diff)
downloadbitcoin-fa191c058f00116bb844e59e42e24ad961e19cbe.tar.xz
doc: Add missing indexes/blockfilter/basic/ to doc/files.md
Diffstat (limited to 'doc/files.md')
-rw-r--r--doc/files.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/files.md b/doc/files.md
index b9c9ca309e..c2296b45fa 100644
--- a/doc/files.md
+++ b/doc/files.md
@@ -46,6 +46,8 @@ Subdirectory | File(s) | Description
`blocks/` | `revNNNNN.dat`<sup>[\[2\]](#note2)</sup> | Block undo data (custom format)
`chainstate/` | LevelDB database | Blockchain state (a compact representation of all currently unspent transaction outputs and some metadata about the transactions they are from)
`indexes/txindex/` | LevelDB database | Transaction index; *optional*, used if `-txindex=1`
+`indexes/blockfilter/basic/db/` | LevelDB database | Blockfilter index LevelDB database for the basic filtertype; *optional*, used if `-blockfilterindex=basic`
+`indexes/blockfilter/basic/` | `fltrNNNNN.dat`<sup>[\[2\]](#note2)</sup> | Blockfilter index filters for the basic filtertype; *optional*, used if `-blockfilterindex=basic`
`wallets/` | | [Contains wallets](#multi-wallet-environment); can be specified by `-walletdir` option; if `wallets/` subdirectory does not exist, a wallet resides in the data directory
`./` | `banlist.dat` | Stores the IPs/subnets of banned nodes
`./` | `bitcoin.conf` | Contains [configuration settings](bitcoin-conf.md) for `bitcoind` or `bitcoin-qt`; can be specified by `-conf` option