We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Hash
BestBlock
1 parent 007a5db commit edb22e1Copy full SHA for edb22e1
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, Debug, PartialEq, Eq)]
+#[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)]
35
pub struct BestBlock {
36
/// The block's hash
37
pub block_hash: BlockHash,
0 commit comments