Skip to content

Commit

Permalink
warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bayk committed Dec 23, 2024
1 parent 25cb842 commit 3141b7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chain/src/txhashset/txhashset.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,10 @@ impl<'a> Extension<'a> {
assert!(self.rproof_pmmr.get_data(pos0).is_none());
}
}
#[cfg(not(debug_assertions))]
{
let _ = bitmap;
}
Ok(())
}

Expand Down

0 comments on commit 3141b7f

Please sign in to comment.