mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge 1824644a36 into merged_master (Bitcoin PR bitcoin/bitcoin#24099)
This commit is contained in:
commit
f5600eb0be
4 changed files with 15 additions and 15 deletions
|
|
@ -648,7 +648,7 @@ static RPCHelpMan getnetworkinfo()
|
|||
obj.pushKV("incrementalfee", ValueFromAmount(::incrementalRelayFee.GetFeePerK()));
|
||||
UniValue localAddresses(UniValue::VARR);
|
||||
{
|
||||
LOCK(cs_mapLocalHost);
|
||||
LOCK(g_maplocalhost_mutex);
|
||||
for (const std::pair<const CNetAddr, LocalServiceInfo> &item : mapLocalHost)
|
||||
{
|
||||
UniValue rec(UniValue::VOBJ);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue