Skip to content

Commit 2c1a05d

Browse files
Update engine/execution/computation/computer/computer.go
Co-authored-by: Yurii Oleksyshyn <[email protected]>
1 parent 59a967b commit 2c1a05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/execution/computation/computer/computer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ func (e *blockComputer) executeSystemTransactions(
503503
if e.vmCtx.ScheduleCallbacksEnabled {
504504
// We pass in the `systemCollectionInfo` here. However, note that at this point, the composition of the system chunk
505505
// is not yet known. Specifically, the `entity.CompleteCollection` represents the *final* output of a process and is
506-
// immutable by protocol mandate. If we had a bug in our software that accidentally illegally mutated such stucts,
506+
// immutable by protocol mandate. If we had a bug in our software that accidentally illegally mutated such structs,
507507
// likely the node encountering that bug would misbehave and get slashed, or in the worst case the flow protocol might
508508
// be compromised. Therefore, we have the rigorous convention in our code base that the `CompleteCollection` is only
509509
// constructed once the final composition of the system chunk has been determined.

0 commit comments

Comments
 (0)