Skip to content

Commit

Permalink
builds, compact block returned inccorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
idky137 committed Jun 13, 2024
1 parent 77f057d commit b72ecc6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion zingo-rpc/src/blockcache/block.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ impl FullBlock {
})
.collect::<Result<Vec<_>, _>>()?;

let header = self.hdr.raw_block_header.to_binary()?;
// let header = self.hdr.raw_block_header.to_binary()?;
let header = Vec::new();

let compact_block = CompactBlock {
proto_version: 1, // TODO: check this is correct!
Expand Down

0 comments on commit b72ecc6

Please sign in to comment.