diff --git a/lib/src/lightclient.rs b/lib/src/lightclient.rs index 112c607..1e570f0 100644 --- a/lib/src/lightclient.rs +++ b/lib/src/lightclient.rs @@ -771,6 +771,8 @@ impl LightClient { return; } + // Parse the block and save it's time. We'll use this timestamp for + // transactions in this block that might belong to us. let block: Result = parse_from_bytes(encoded_block); match block {