diff options
author | MarcoFalke <falke.marco@gmail.com> | 2021-05-11 11:59:58 +0200 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2021-05-11 11:52:32 +0200 |
commit | fa0ad7b9fe2488802d21f7e81d94a2b5f655ffeb (patch) | |
tree | c373541345fe50f0225b8405795a1a675748c1c7 /doc | |
parent | d2f6d2976f50e7944b1582f022c7ba8dfbc0bfa7 (diff) |
doc: Remove mention of priority estimation
Follow up to commit b2322e0fc6def0baf8581bbd2f4135e61c47d142
Diffstat (limited to 'doc')
-rw-r--r-- | doc/files.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/files.md b/doc/files.md index 695ea6f448..353efe348d 100644 --- a/doc/files.md +++ b/doc/files.md @@ -60,7 +60,7 @@ Subdirectory | File(s) | Description `./` | `bitcoin.conf` | User-defined [configuration settings](bitcoin-conf.md) for `bitcoind` or `bitcoin-qt`. File is not written to by the software and must be created manually. Path can be specified by `-conf` option `./` | `bitcoind.pid` | Stores the process ID (PID) of `bitcoind` or `bitcoin-qt` while running; created at start and deleted on shutdown; can be specified by `-pid` option `./` | `debug.log` | Contains debug information and general logging generated by `bitcoind` or `bitcoin-qt`; can be specified by `-debuglogfile` option -`./` | `fee_estimates.dat` | Stores statistics used to estimate minimum transaction fees and priorities required for confirmation +`./` | `fee_estimates.dat` | Stores statistics used to estimate minimum transaction fees required for confirmation `./` | `guisettings.ini.bak` | Backup of former [GUI settings](#gui-settings) after `-resetguisettings` option is used `./` | `ip_asn.map` | IP addresses to Autonomous System Numbers (ASNs) mapping used for bucketing of the peers; path can be specified with the `-asmap` option `./` | `mempool.dat` | Dump of the mempool's transactions |