Skip to content

Commit

Permalink
remove commented unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
darunrs committed May 24, 2024
1 parent 4e44707 commit a59c622
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions block-streamer/src/bitmap.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use anyhow::anyhow;
use base64::{engine::general_purpose, Engine as _};

// const BLOCK_HEIGHTS_IN_DAY: usize = 86000;

pub struct Base64Bitmap {
pub start_block_height: usize,
pub base64: String,
Expand Down

0 comments on commit a59c622

Please sign in to comment.