File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- /// Must only be used in logging and even there it's not prefferable .
1
+ /// Must only be used in logging and even there it's not preferable .
2
2
///
3
3
/// This **MUST** only be used in places which doesn't have access to any
4
4
/// of the following: `redux::Store`, global state where time is stored,
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ pub mod group {
217
217
new_list
218
218
}
219
219
220
- // I don't take responsability for this code, see OCaml comments
220
+ // I don't take responsibility for this code, see OCaml comments
221
221
// https://github.com/MinaProtocol/mina/blob/78535ae3a73e0e90c5f66155365a934a15535779/src/lib/mina_base/zkapp_command.ml#L1590
222
222
match ( zkapp_commands, stmtss) {
223
223
( [ ] | [ [ ] ] , [ _ ] ) => {
Original file line number Diff line number Diff line change @@ -554,7 +554,7 @@ where
554
554
/// - During witness generation (in-snark), we want to evaluate both branches
555
555
/// when there is a condition (`on_if`)
556
556
/// - But during tx application (non-snark), we just want to evaluate 1 branch.
557
- /// Evaluating both branches in that case would be a waste of cpu/ressource
557
+ /// Evaluating both branches in that case would be a waste of cpu/resource
558
558
/// and would result in a slower application
559
559
///
560
560
/// Note that in `zkapp_logic::apply`, we don't always use that interface, we
You can’t perform that action at this time.
0 commit comments