diff options
author | Pavel Vasin <pavel@vasin.nl> | 2014-11-22 15:39:57 +0300 |
---|---|---|
committer | Pavel Vasin <pavel@vasin.nl> | 2014-11-22 15:39:57 +0300 |
commit | be4ac91aef4392879542d2b7740e536dde5f1d41 (patch) | |
tree | c44f2bf446c42dc17ff8dd5e7f35dd567f5dbaaa /doc | |
parent | a574189e2acdaa03658bfe495740b2d722984467 (diff) |
docs: ThreadGetMyExternalIP has been removed
It was removed in https://github.com/bitcoin/bitcoin/pull/5161
Diffstat (limited to 'doc')
-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 b9d2006e3c..43294dbe4c 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 |