Skip to content

Commit

Permalink
Revert comment
Browse files Browse the repository at this point in the history
  • Loading branch information
igamigo authored Sep 25, 2024
1 parent b97e290 commit eb59086
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion miden-lib/src/transaction/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,6 @@ impl TransactionKernel {
pub fn parse_output_stack(
stack: &StackOutputs,
) -> Result<(Digest, Digest, Option<u32>), TransactionOutputError> {
// # => [OUTPUT_NOTES_COMMITMENT, FINAL_ACCOUNT_HASH]
let output_notes_hash = stack
.get_stack_word(OUTPUT_NOTES_COMMITMENT_WORD_IDX * 4)
.expect("first word missing")
Expand Down

0 comments on commit eb59086

Please sign in to comment.