Merge 9491676438 into merged_master (Bitcoin PR bitcoin/bitcoin#31157)

This commit is contained in:
Tom Trevethan 2026-04-15 15:11:14 +01:00
commit c8e6e77dbc
4 changed files with 10 additions and 61 deletions

View file

@ -188,7 +188,7 @@ public:
});
args().WriteSettingsFile();
}
void mapPort(bool use_pcp) override { StartMapPort(use_pcp); }
void mapPort(bool enable) override { StartMapPort(enable); }
bool getProxy(Network net, Proxy& proxy_info) override { return GetProxy(net, proxy_info); }
size_t getNodeCount(ConnectionDirection flags) override
{