mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-10 23:55:16 -08:00
Add support for admin REST server (#62)
This commit is contained in:
committed by
Lee *!* Clagett
parent
c958ac7963
commit
7b1e1e58f8
@@ -194,7 +194,7 @@ namespace db
|
||||
|
||||
|
||||
//! Add an account, for immediate inclusion in the active list.
|
||||
expect<void> add_account(account_address const& address, crypto::secret_key const& key) noexcept;
|
||||
expect<void> add_account(account_address const& address, crypto::secret_key const& key, account_flags flags = account_flags::default_account) noexcept;
|
||||
|
||||
//! Reset `addresses` to `height` for scanning.
|
||||
expect<std::vector<account_address>>
|
||||
|
||||
Reference in New Issue
Block a user