mirror of
https://codeberg.org/wownero/wownero-lws
synced 2026-01-09 23:25:16 -08:00
A few odds and ends after lookahead patch (#215)
This commit is contained in:
committed by
Lee *!* Clagett
parent
16111cae2c
commit
770e3b0ca4
@@ -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)
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user