A few odds and ends after lookahead patch (#215)

This commit is contained in:
Lee *!* Clagett
2025-12-07 11:37:17 -05:00
committed by Lee *!* Clagett
parent 16111cae2c
commit 770e3b0ca4
6 changed files with 20 additions and 14 deletions

View File

@@ -89,7 +89,8 @@ namespace
{
wire::object(dest,
wire::field("address", lws::db::address_string(self.value.address)),
wire::field("start_height", self.value.start_height)
wire::field("start_height", self.value.start_height),
wire::field("lookahead", self.value.lookahead)
);
}