Add support for dynamic fees over ZMQ (#166)

* Add support for dynamic fees over ZMQ
* Fix build after upstream change
* Fix unit tests
This commit is contained in:
Lee *!* Clagett
2025-07-20 03:46:02 -04:00
committed by Lee *!* Clagett
parent b63000d21a
commit e593fd5fb2
6 changed files with 10 additions and 7 deletions

View File

@@ -1110,6 +1110,7 @@ namespace lws
rpc->fee_mask,
rpc::safe_uint64(received),
std::move(unspent),
rpc->fees,
std::move(req.creds.key)
}
);