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 = \
105105 merkleblock.h \
106106 miner.h \
107107 net.h \
108- netbase.h \
109108 netaddress.h \
109+ netbase.h \
110110 noui.h \
111111 policy/fees.h \
112112 policy/policy.h \
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ static bool InitHTTPAllowList()
201201 CNetAddr localv6;
202202 LookupHost (" 127.0.0.1" , localv4, false );
203203 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
205205 rpc_allow_subnets.push_back (CSubNet (localv6)); // always allow IPv6 localhost
206206 if (mapMultiArgs.count (" -rpcallowip" )) {
207207 const std::vector<std::string>& vAllow = mapMultiArgs[" -rpcallowip" ];
You can’t perform that action at this time.
0 commit comments