diff options
| author | Gregory Maxwell <[email protected]> | 2014-11-22 20:32:42 -0800 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2014-11-22 20:34:06 -0800 |
| commit | eac749a486d56c0a5f7c5b5f51338623543274b6 (patch) | |
| tree | c44f2bf446c42dc17ff8dd5e7f35dd567f5dbaaa /doc | |
| parent | Merge pull request #4727 (diff) | |
| parent | docs: ThreadGetMyExternalIP has been removed (diff) | |
| download | discoin-eac749a486d56c0a5f7c5b5f51338623543274b6.tar.xz discoin-eac749a486d56c0a5f7c5b5f51338623543274b6.zip | |
Merge pull request #5348
be4ac91 docs: ThreadGetMyExternalIP has been removed (Pavel Vasin)
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 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 |