Skip to content

Commit fa191c0

Browse files
author
MarcoFalke
committed
doc: Add missing indexes/blockfilter/basic/ to doc/files.md
1 parent 08ed87e commit fa191c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

doc/files.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Subdirectory | File(s) | Description
4646
`blocks/` | `revNNNNN.dat`<sup>[\[2\]](#note2)</sup> | Block undo data (custom format)
4747
`chainstate/` | LevelDB database | Blockchain state (a compact representation of all currently unspent transaction outputs and some metadata about the transactions they are from)
4848
`indexes/txindex/` | LevelDB database | Transaction index; *optional*, used if `-txindex=1`
49+
`indexes/blockfilter/basic/db/` | LevelDB database | Blockfilter index LevelDB database for the basic filtertype; *optional*, used if `-blockfilterindex=basic`
50+
`indexes/blockfilter/basic/` | `fltrNNNNN.dat`<sup>[\[2\]](#note2)</sup> | Blockfilter index filters for the basic filtertype; *optional*, used if `-blockfilterindex=basic`
4951
`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
5052
`./` | `banlist.dat` | Stores the IPs/subnets of banned nodes
5153
`./` | `bitcoin.conf` | Contains [configuration settings](bitcoin-conf.md) for `bitcoind` or `bitcoin-qt`; can be specified by `-conf` option

0 commit comments

Comments
 (0)