Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions crates/miden-agglayer/asm/agglayer/bridge/bridge_in.masm
Original file line number Diff line number Diff line change
Expand Up @@ -594,6 +594,7 @@ proc claim_batch_pipe_double_words

push.CLAIM_PROOF_DATA_START_PTR push.CLAIM_PROOF_DATA_WORD_LEN
exec.mem::pipe_double_words_preimage_to_memory drop
# => []

# 2) Verify LEAF_DATA_KEY
mem_storew_be.CLAIM_LEAF_DATA_KEY_MEM_ADDR
Expand All @@ -602,6 +603,7 @@ proc claim_batch_pipe_double_words

push.CLAIM_LEAF_DATA_START_PTR push.CLAIM_LEAF_DATA_WORD_LEN
exec.mem::pipe_double_words_preimage_to_memory drop
# => []
end

#! Extracts the destination account ID as address[5] from memory.
Expand Down
Loading