We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Debug
BestBlock
1 parent 57911dc commit 007a5dbCopy full SHA for 007a5db
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