Skip to content

Commit

Permalink
break early
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiqiangxu committed Mar 4, 2024
1 parent 2221430 commit f5e96ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions op-chain-ops/state/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ func ComputeStorageSlots(layout *solc.StorageLayout, values StorageValues) ([]*E
for _, entry := range layout.Storage {
if label == entry.Label {
target = entry
break
}
}
if target.Label == "" {
Expand Down

0 comments on commit f5e96ef

Please sign in to comment.