Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115668
D1888.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
503 B
Subscribers
None
D1888.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 11:42 (2 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5187667
Default Alt Text
D1888.diff (503 B)
Attached To
D1888: Populate services in GetLocalAddress
Event Timeline
Log In to Comment