OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
239 stars 79 forks source link

Fix Address has_code check #90

Closed cygaar closed 11 months ago

cygaar commented 11 months ago

Description

To check if an address has code, we have to check that the codehash is not zero

Checklist