Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Feb 1, 2024
1 parent 69f7d22 commit 19533d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rvsol/src/Step.sol
Original file line number Diff line number Diff line change
Expand Up @@ -788,9 +788,9 @@ contract Step {
let offset := getPreimageOffset()
// If the preimage key is a local key, localize it in the context of the caller.
let preImageKeyPrefix := shr(248, preImageKey) // 256-8=248
// if eq(preImageKeyPrefix, 1) {
// preImageKey := localize(preImageKey, localContext_)
// }
if eq(preImageKeyPrefix, 1) {
preImageKey := localize(preImageKey, localContext_)
}
// make call to pre-image oracle contract
let pdatB32, pdatlen := readPreimagePart(preImageKey, offset)
if iszero64(pdatlen) { // EOF
Expand Down

0 comments on commit 19533d8

Please sign in to comment.