mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-25 15:20:24 +01:00
Implement Debug
for BestBlock
This commit is contained in:
parent
57911dcd41
commit
007a5dba95
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ pub(crate) mod onchaintx;
|
||||||
pub(crate) mod package;
|
pub(crate) mod package;
|
||||||
|
|
||||||
/// The best known block as identified by its hash and height.
|
/// The best known block as identified by its hash and height.
|
||||||
#[derive(Clone, Copy, PartialEq, Eq)]
|
#[derive(Clone, Copy, Debug, PartialEq, Eq)]
|
||||||
pub struct BestBlock {
|
pub struct BestBlock {
|
||||||
/// The block's hash
|
/// The block's hash
|
||||||
pub block_hash: BlockHash,
|
pub block_hash: BlockHash,
|
||||||
|
|
Loading…
Add table
Reference in a new issue