diff --git a/domain/consensus/processes/ghostdag2/ghostdagimpl.go b/domain/consensus/processes/ghostdag2/ghostdagimpl.go index fedeb98dd..9a91cbac0 100644 --- a/domain/consensus/processes/ghostdag2/ghostdagimpl.go +++ b/domain/consensus/processes/ghostdag2/ghostdagimpl.go @@ -18,6 +18,7 @@ type ghostdagHelper struct { headerStore model.BlockHeaderStore } +// New creates a new instance of this alternative GHOSTDAG impl func New( databaseContext model.DBReader, dagTopologyManager model.DAGTopologyManager,