Skip to content

Commit

Permalink
fix: remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
karlem committed Jul 18, 2024
1 parent 448d617 commit 3d5b48d
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions fendermint/vm/interpreter/src/fvm/observe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,6 @@ impl_traceables!(

/// Hex encoded hash.
pub type HashHex<'a> = &'a str;
// Hex encodable block hash.
pub struct HexEncodableBlockHash(pub Vec<u8>);

impl fmt::Debug for HexEncodableBlockHash {
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
write!(f, "{}", hex::encode(&self.0))
}
}

#[derive(Debug)]
pub struct CheckpointCreated {
Expand Down

0 comments on commit 3d5b48d

Please sign in to comment.