Skip to content
This repository has been archived by the owner on Jan 24, 2025. It is now read-only.

Commit

Permalink
Refactor: fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hmoog committed Apr 25, 2024
1 parent e0b054b commit 07594eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/protocol/commitments.go
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func (c *Commitments) publishEngineCommitments(chain *Chain, engine *engine.Engi
return
}

// force the chain before initializing the commitment manually to prevent the creation of unnecessary chains
// force the chain before initializing the behavior to prevent the creation of unnecessary chains
publishedCommitment.forceChain(chain)
if published {
publishedCommitment.initBehavior()
Expand Down

0 comments on commit 07594eb

Please sign in to comment.