Skip to content

Commit

Permalink
fixes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
axenteoctavian committed Dec 6, 2024
1 parent 0623a0c commit a6f176c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion factory/runType/runTypeComponentsHandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ func (mrtc *managedRunTypeComponents) CheckSubcomponents() error {
return nil
}

// TxHashExtractorCreator return tx hash extractor
// TxHashExtractorCreator returns tx hash extractor
func (mrtc *managedRunTypeComponents) TxHashExtractorCreator() transactions.TxHashExtractor {
mrtc.mutRunTypeCoreComponents.Lock()
defer mrtc.mutRunTypeCoreComponents.Unlock()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func NewSovereignTxHashExtractor() *sovereignTxHashExtractor {
return &sovereignTxHashExtractor{}
}

// ExtractExecutedTxHashes returns executed tx hashes
// ExtractExecutedTxHashes returns directly the provided mini block tx hashes
func (the *sovereignTxHashExtractor) ExtractExecutedTxHashes(_ int, mbTxHashes [][]byte, _ coreData.HeaderHandler) [][]byte {
return mbTxHashes
}
Expand Down

0 comments on commit a6f176c

Please sign in to comment.