diff options
| author | Riccardo Masutti <[email protected]> | 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 /CONTRIBUTING.md | |
| parent | Merge #19569: Enable fetching of orphan parents from wtxid peers (diff) | |
| download | discoin-1e72b68ab330c72644981508c8a1b3fa670d086f.tar.xz discoin-1e72b68ab330c72644981508c8a1b3fa670d086f.zip | |
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 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 11a0f4bac..2e1147438 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -158,7 +158,7 @@ the pull request affects. Valid areas as: Examples: consensus: Add new opcode for BIP-XXXX OP_CHECKAWESOMESIG - net: Automatically create hidden service, listen on Tor + net: Automatically create onion service, listen on Tor qt: Add feed bump button log: Fix typo in log message |