Skip to content

Commit

Permalink
Serve up raw-bytes in follow-tip method
Browse files Browse the repository at this point in the history
  • Loading branch information
Quantumplation committed Jul 15, 2024
1 parent 35f01e0 commit 8c6356f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/serve/grpc/sync.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fn raw_to_anychain(mapper: &Mapper<LedgerStore>, raw: &wal::RawBlock) -> u5c::sy
let block = mapper.map_block_cbor(body);

u5c::sync::AnyChainBlock {
native_bytes: body.to_vec().into(),
chain: u5c::sync::any_chain_block::Chain::Cardano(block).into(),
}
}
Expand Down

0 comments on commit 8c6356f

Please sign in to comment.