OffchainLabs / stylus-sdk-rs

Rust Smart Contracts on Arbitrum
249 stars 81 forks source link

Fix Address has_code check #90

Closed cygaar closed 12 months ago

cygaar commented 12 months ago

Description

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

Checklist