mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 15:45:15 -08:00
Add unit tests for chain syncing (#87)
This commit is contained in:
committed by
Lee *!* Clagett
parent
c400c9ef8a
commit
e477c174e2
@@ -513,6 +513,13 @@ namespace rpc
|
||||
raise_abort_process();
|
||||
}
|
||||
|
||||
void* context::zmq_context() const
|
||||
{
|
||||
if (ctx == nullptr)
|
||||
return nullptr;
|
||||
return ctx->comm.get();
|
||||
}
|
||||
|
||||
std::string const& context::daemon_address() const
|
||||
{
|
||||
if (ctx == nullptr)
|
||||
|
||||
Reference in New Issue
Block a user