Commit 2d3424e1 authored by Mark Tyneway's avatar Mark Tyneway

op-chain-ops: clean up debugging code

parent 6c539cd4
...@@ -278,9 +278,7 @@ func main() { ...@@ -278,9 +278,7 @@ func main() {
// the value should be set to a boolean in storage // the value should be set to a boolean in storage
if !bytes.Equal(storageValue, abiTrue.Bytes()) { if !bytes.Equal(storageValue, abiTrue.Bytes()) {
log.Info("slot not found in state", "slot", slot.Hex()) return fmt.Errorf("storage slot %x not found in state", slot.Hex())
continue
//return fmt.Errorf("storage slot %x not found in state", slot)
} }
legacySlot, err := wd.StorageSlot() legacySlot, err := wd.StorageSlot()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment