mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 15:15:15 -08:00
Remove unused function (#109)
This commit is contained in:
committed by
Lee *!* Clagett
parent
80604e8133
commit
3bf2ad061f
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user