Skip to content

Commit

Permalink
update verifable keys
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangchiqing committed Nov 23, 2024
1 parent 60a37c1 commit 5db925d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fvm/evm/offchain/utils/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ func OffchainReplayBackwardCompatibilityTest(
return err
}

if !verifiableKeys(k) {
continue
}

actualUpdates[k] = v
}

Expand Down

0 comments on commit 5db925d

Please sign in to comment.