From 19533d8986137c87da67d682a699f75693e2e9e7 Mon Sep 17 00:00:00 2001 From: pcw109550 Date: Fri, 2 Feb 2024 01:57:43 +0900 Subject: [PATCH] Try again --- rvsol/src/Step.sol | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rvsol/src/Step.sol b/rvsol/src/Step.sol index d2718d60..9df0a7e2 100644 --- a/rvsol/src/Step.sol +++ b/rvsol/src/Step.sol @@ -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