diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-07-04 11:44:23 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-07-04 12:00:55 +0200 |
| commit | 5c05dd6285dd9b8b7faab811df63dda2a813a54f (patch) | |
| tree | 2fe33e4fbe23f85c8fb0cc3a4950388e878988ca /src/httpserver.cpp | |
| parent | Merge #13491: Improve handling of INVALID in IsMine (diff) | |
| parent | scripted-diff: Replace NET_TOR with NET_ONION (diff) | |
| download | discoin-5c05dd6285dd9b8b7faab811df63dda2a813a54f.tar.xz discoin-5c05dd6285dd9b8b7faab811df63dda2a813a54f.zip | |
Merge #13575: Refactor: Rename NET_TOR to NET_ONION
07c493f2d scripted-diff: Replace NET_TOR with NET_ONION (wodry)
Pull request description:
This is a follow-up to #13532, where @promag already asked if this renaming would make sense.
If network shall be named _Onion_ instead of _Tor_ (like in the option `onlynet`), renaming the network enum NET_TOR to NET_ONION maybe would make sense and be stringent.
Change was produced with the following script:
```
#!/bin/bash
for file in $(grep --exclude-dir='.git' --files-with-matches --binary-files=without-match --recursive NET_TOR bitcoin/)
do
sed --in-place --expression='s/NET_TOR/NET_ONION/g' $file
done
```
_Tor_ is used at many other places in the code, though.
Tree-SHA512: 4ffdeca8115031465eb64e1c76694fb77b5900c4ea465d3c13d9b6b75a1eb04c45913f83cdc8bdbef28936aeec4655f1d4905b3b98407da3263632a2128a8d23
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions