mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge ec8b38c7b9 into merged_master (Bitcoin PR bitcoin/bitcoin#626)
This commit is contained in:
commit
7115874fbe
8 changed files with 87 additions and 11 deletions
|
|
@ -290,6 +290,13 @@ public:
|
|||
}
|
||||
return false;
|
||||
}
|
||||
std::map<CNetAddr, LocalServiceInfo> getNetLocalAddresses() override
|
||||
{
|
||||
if (m_context->connman)
|
||||
return m_context->connman->getNetLocalAddresses();
|
||||
else
|
||||
return {};
|
||||
}
|
||||
int getNumBlocks() override
|
||||
{
|
||||
LOCK(::cs_main);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue