diff --git a/chainntnfs/interface.go b/chainntnfs/interface.go index 4017d853..fc365e70 100644 --- a/chainntnfs/interface.go +++ b/chainntnfs/interface.go @@ -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