mirror of
https://github.com/Qortal/piratewallet-light-cli.git
synced 2025-02-15 19:35:46 +00:00
Merge branch 'master' of github.com:adityapk00/zecwallet-lite-lib
This commit is contained in:
commit
f058e0d3d2
@ -771,6 +771,8 @@ impl LightClient {
|
|||||||
return;
|
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<zcash_client_backend::proto::compact_formats::CompactBlock, _>
|
let block: Result<zcash_client_backend::proto::compact_formats::CompactBlock, _>
|
||||||
= parse_from_bytes(encoded_block);
|
= parse_from_bytes(encoded_block);
|
||||||
match block {
|
match block {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user