Add support for subaddress lookahead (#195)

This commit is contained in:
Lee *!* Clagett
2025-12-04 14:29:41 -05:00
committed by Lee *!* Clagett
parent e8b889e95f
commit 16111cae2c
20 changed files with 1588 additions and 210 deletions

View File

@@ -45,7 +45,7 @@ namespace lws
{
struct scanner_options
{
bool enable_subaddresses;
std::uint32_t max_subaddresses;
bool untrusted_daemon;
bool regtest;
};