Skip to content

Commit 059ca2c

Browse files
theuniFuzzbawls
authored andcommitted
net: fixup nits
1 parent 5a51a5f commit 059ca2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ BITCOIN_CORE_H = \
143143
messagesigner.h \
144144
miner.h \
145145
mruset.h \
146-
netbase.h \
147146
net.h \
148147
netaddress.h \
148+
netbase.h \
149149
noui.h \
150150
policy/fees.h \
151151
pow.h \

src/httpserver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ static bool InitHTTPAllowList()
207207
CNetAddr localv6;
208208
LookupHost("127.0.0.1", localv4, false);
209209
LookupHost("::1", localv6, false);
210-
rpc_allow_subnets.push_back(CSubNet(localv4, 8)); // always allow IPv4 local subnet
210+
rpc_allow_subnets.push_back(CSubNet(localv4, 8)); // always allow IPv4 local subnet
211211
rpc_allow_subnets.push_back(CSubNet(localv6)); // always allow IPv6 localhost
212212
if (mapMultiArgs.count("-rpcallowip")) {
213213
const std::vector<std::string>& vAllow = mapMultiArgs["-rpcallowip"];

0 commit comments

Comments
 (0)