Skip to content

Commit

Permalink
Use updated dummy_with_at
Browse files Browse the repository at this point in the history
  • Loading branch information
cpubot committed Oct 4, 2023
1 parent c182fc0 commit 00eb68c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ eth_trie_utils = "0.6.0"
hex = { workspace = true }
keccak-hash = "0.10.0"
log = { workspace = true }
plonky_block_proof_gen = { git = "https://github.com/mir-protocol/plonky-block-proof-gen.git", rev = "2f87553eb96cb92eee037a93677bec30c63c6795" }
plonky_block_proof_gen = { git = "https://github.com/mir-protocol/plonky-block-proof-gen.git", rev = "0223001b5dc0ebfc77918bb502811eeea0487edc" }
plonky2_evm = { workspace = true }
rlp = { workspace = true }
rlp-derive = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion parser/src/plonky2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ impl EdgeBlockTrace {
TxnProofGenIR::create_dummy(b_height, 1),
],
1 => {
tx_proof_gen_ir.push(tx_proof_gen_ir[0].clone_as(b_height, 1));
tx_proof_gen_ir.push(tx_proof_gen_ir[0].dummy_with_at(b_height, 1));
tx_proof_gen_ir
}
_ => tx_proof_gen_ir,
Expand Down

0 comments on commit 00eb68c

Please sign in to comment.