diff options
| author | Pieter Wuille <[email protected]> | 2016-10-31 00:07:56 -0700 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2016-10-31 00:10:36 -0700 |
| commit | 582068aa907127c12db53fbd65667dc7810d42b0 (patch) | |
| tree | 32676261289e4de25d21b83f63ae75c57be79786 /doc | |
| parent | Add DumpMempool and LoadMempool (diff) | |
| download | discoin-582068aa907127c12db53fbd65667dc7810d42b0.tar.xz discoin-582068aa907127c12db53fbd65667dc7810d42b0.zip | |
Add mempool.dat to doc/files.md
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/files.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/files.md b/doc/files.md index f7eca57dc..928977143 100644 --- a/doc/files.md +++ b/doc/files.md @@ -10,6 +10,7 @@ * db.log: wallet database log file * debug.log: contains debug information and general logging generated by bitcoind or bitcoin-qt * fee_estimates.dat: stores statistics used to estimate minimum transaction fees and priorities required for confirmation; since 0.10.0 +* mempool.dat: dump of the mempool's transactions; since 0.14.0. * peers.dat: peer IP address database (custom format); since 0.7.0 * wallet.dat: personal wallet (BDB) with keys and transactions * .cookie: session RPC authentication cookie (written at start when cookie authentication is used, deleted on shutdown): since 0.12.0 |