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 @@ -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 \
Original file line number Diff line number Diff 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" ];
You can’t perform that action at this time.
0 commit comments