Skip to content

Commit

Permalink
kernel: improve error message (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
hackaugusto authored Mar 1, 2024
1 parent 8027fa9 commit b280a8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miden-lib/src/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ impl TransactionKernel {
.with_library(&StdLibrary::default())
.expect("failed to load std-lib")
.with_kernel(Self::kernel())
.expect("kernel is well formed")
.expect("kernel must be well formed")
}

// STACK INPUTS / OUTPUTS
Expand Down

0 comments on commit b280a8b

Please sign in to comment.