Page MenuHomePhabricator

D1888.diff
No OneTemporary

D1888.diff

diff --git a/src/net.cpp b/src/net.cpp
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -152,7 +152,7 @@
// may be changed to a useful one by discovery.
CAddress GetLocalAddress(const CNetAddr *paddrPeer,
ServiceFlags nLocalServices) {
- CAddress ret(CService(CNetAddr(), GetListenPort()), NODE_NONE);
+ CAddress ret(CService(CNetAddr(), GetListenPort()), nLocalServices);
CService addr;
if (GetLocal(addr, paddrPeer)) {
ret = CAddress(addr, nLocalServices);

File Metadata

Mime Type
text/plain
Expires
Sat, Mar 1, 11:42 (6 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187667
Default Alt Text
D1888.diff (503 B)

Event Timeline