Skip to content

Commit

Permalink
Try to do nothing
Browse files Browse the repository at this point in the history
  • Loading branch information
pcw109550 committed Feb 1, 2024
1 parent c938850 commit 9c84f40
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 @@ -791,9 +791,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 9c84f40

Please sign in to comment.