Remove unused function

This commit is contained in:
Lee *!* Clagett 2024-04-06 14:51:15 -04:00
parent 139a5b9302
commit d405fcdac0

View file

@ -1051,13 +1051,6 @@ namespace lws
} // while scanning
}
expect<std::list<crypto::hash>> get_chain_sync(expect<db::storage_reader> reader)
{
if (!reader)
return reader.error();
return reader->get_chain_sync();
}
template<typename R, typename Q>
expect<typename R::response> fetch_chain(rpc::client& client, const char* endpoint, const Q& req)
{