Skip to content

Commit df9d787

Browse files
committed
fix: lint
1 parent 23be55b commit df9d787

File tree

1 file changed

+1
-0
lines changed
  • crates/codec/src/decoding/v1

1 file changed

+1
-0
lines changed

crates/codec/src/decoding/v1/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ pub use batch_header::BatchHeaderV1;
22
mod batch_header;
33

44
use crate::{
5+
check_buf_len,
56
decoding::{
67
batch::Batch, blob::BlobSliceIter, payload::PayloadData, transaction::Transaction,
78
v0::BlockContextV0,

0 commit comments

Comments
 (0)