File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
engine/execution/computation/computer Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments