diff options
| author | Pavel Vasin <[email protected]> | 2014-11-22 15:39:57 +0300 |
|---|---|---|
| committer | Pavel Vasin <[email protected]> | 2014-11-22 15:39:57 +0300 |
| commit | be4ac91aef4392879542d2b7740e536dde5f1d41 (patch) | |
| tree | c44f2bf446c42dc17ff8dd5e7f35dd567f5dbaaa /doc/coding.md | |
| parent | Merge pull request #4727 (diff) | |
| download | discoin-be4ac91aef4392879542d2b7740e536dde5f1d41.tar.xz discoin-be4ac91aef4392879542d2b7740e536dde5f1d41.zip | |
docs: ThreadGetMyExternalIP has been removed
It was removed in https://github.com/bitcoin/bitcoin/pull/5161
Diffstat (limited to 'doc/coding.md')
| -rw-r--r-- | doc/coding.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/coding.md b/doc/coding.md index b9d2006e3..43294dbe4 100644 --- a/doc/coding.md +++ b/doc/coding.md @@ -115,8 +115,6 @@ Threads - StartNode : Starts other threads. -- ThreadGetMyExternalIP : Determines outside-the-firewall IP address, sends addr message to connected peers when it determines it. - - ThreadDNSAddressSeed : Loads addresses of peers from the DNS. - ThreadMapPort : Universal plug-and-play startup/shutdown |