diff options
author | Riccardo Masutti <46527252+RiccardoMasutti@users.noreply.github.com> | 2020-08-01 15:10:26 +0200 |
---|---|---|
committer | Riccardo Masutti <riccardo@android-2b910106bc1757ea> | 2020-08-07 14:55:02 +0200 |
commit | 1e72b68ab330c72644981508c8a1b3fa670d086f (patch) | |
tree | cc16b2bff6367030f033a7c9549eb4cbeb0f0906 /doc/files.md | |
parent | f7c73b03d975a72f609ded2bbe250c1c8a76a944 (diff) |
Replace `hidden service` with `onion service`
For a couple of years, Tor documentation has made
the term hidden service obsolete, in favor of onion
service.
This PR updates all the references in the code base.
Diffstat (limited to 'doc/files.md')
-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 5475826329..52e094a60b 100644 --- a/doc/files.md +++ b/doc/files.md @@ -56,7 +56,7 @@ Subdirectory | File(s) | Description `./` | `fee_estimates.dat` | Stores statistics used to estimate minimum transaction fees and priorities required for confirmation `./` | `guisettings.ini.bak` | Backup of former [GUI settings](#gui-settings) after `-resetguisettings` option is used `./` | `mempool.dat` | Dump of the mempool's transactions -`./` | `onion_private_key` | Cached Tor hidden service private key for `-listenonion` option +`./` | `onion_private_key` | Cached Tor onion service private key for `-listenonion` option `./` | `peers.dat` | Peer IP address database (custom format) `./` | `settings.json` | Read-write settings set through GUI or RPC interfaces, augmenting manual settings from [bitcoin.conf](bitcoin-conf.md). File is created automatically if read-write settings storage is not disabled with `-nosettings` option. Path can be specified with `-settings` option `./` | `.cookie` | Session RPC authentication cookie; if used, created at start and deleted on shutdown; can be specified by `-rpccookiefile` option |