mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 23:55:16 -08:00
Added webhook tx-confirmation support (#66)
This commit is contained in:
committed by
Lee *!* Clagett
parent
990e86f701
commit
3e0555e07d
@@ -54,6 +54,7 @@ namespace lws
|
||||
std::vector<std::string> access_controls;
|
||||
std::size_t threads;
|
||||
bool allow_external;
|
||||
bool disable_admin_auth;
|
||||
};
|
||||
|
||||
explicit rest_server(epee::span<const std::string> addresses, std::vector<std::string> admin, db::storage disk, rpc::client client, configuration config);
|
||||
|
||||
Reference in New Issue
Block a user