Skip to content
Open
Changes from all commits
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 @@ -722,6 +722,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 @@ -730,6 +731,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