mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 23:55:16 -08:00
Add option to auto-accept new account creation (#86)
This commit is contained in:
committed by
Lee *!* Clagett
parent
b4426b4a74
commit
6ea656d7aa
@@ -57,6 +57,7 @@ namespace lws
|
||||
epee::net_utils::ssl_verification_t webhook_verify;
|
||||
bool allow_external;
|
||||
bool disable_admin_auth;
|
||||
bool auto_accept_creation;
|
||||
};
|
||||
|
||||
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