Remove unused function (#109)

This commit is contained in:
Lee *!* Clagett 2024-04-08 13:22:51 -04:00 committed by Lee *!* Clagett
parent 80604e8133
commit 3bf2ad061f

View file

@ -1142,13 +1142,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)
{