Adds a comment to exported function (GHOSTDAG).

This commit is contained in:
tal 2021-04-08 14:10:03 +03:00
parent 1ab05c3fbc
commit 7d20ee6b58

View File

@ -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,