mirror of
https://github.com/aljazceru/breez-lnd.git
synced 2026-02-23 07:24:21 +01:00
chainntnfs: add the current block header to the block epoch struct
This commit is contained in:
@@ -302,6 +302,9 @@ type BlockEpoch struct {
|
||||
// Height is the height of the latest block to be added to the tip of
|
||||
// the main chain.
|
||||
Height int32
|
||||
|
||||
// BlockHeader is the block header of this new height.
|
||||
BlockHeader *wire.BlockHeader
|
||||
}
|
||||
|
||||
// BlockEpochEvent encapsulates an on-going stream of block epoch
|
||||
|
||||
Reference in New Issue
Block a user