We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Debug
BestBlock
1 parent 9060251 commit 5e4b2b0Copy full SHA for 5e4b2b0
lightning/src/chain/mod.rs
@@ -31,7 +31,7 @@ pub(crate) mod onchaintx;
31
pub(crate) mod package;
32
33
/// The best known block as identified by its hash and height.
34
-#[derive(Clone, Copy, PartialEq, Eq)]
+#[derive(Clone, Copy, Debug, PartialEq, Eq)]
35
pub struct BestBlock {
36
/// The block's hash
37
pub block_hash: BlockHash,
0 commit comments