File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,8 +105,8 @@ BITCOIN_CORE_H = \
105
105
merkleblock.h \
106
106
miner.h \
107
107
net.h \
108
- netbase.h \
109
108
netaddress.h \
109
+ netbase.h \
110
110
noui.h \
111
111
policy/fees.h \
112
112
policy/policy.h \
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ static bool InitHTTPAllowList()
201
201
CNetAddr localv6;
202
202
LookupHost (" 127.0.0.1" , localv4, false );
203
203
LookupHost (" ::1" , localv6, false );
204
- rpc_allow_subnets.push_back (CSubNet (localv4, 8 )); // always allow IPv4 local subnet
204
+ rpc_allow_subnets.push_back (CSubNet (localv4, 8 )); // always allow IPv4 local subnet
205
205
rpc_allow_subnets.push_back (CSubNet (localv6)); // always allow IPv6 localhost
206
206
if (mapMultiArgs.count (" -rpcallowip" )) {
207
207
const std::vector<std::string>& vAllow = mapMultiArgs[" -rpcallowip" ];
You can’t perform that action at this time.
0 commit comments