umbracle / ethgo

Ethereum Golang API
https://www.ethgoproject.io
Mozilla Public License 2.0
484 stars 135 forks source link

To address should not be nil #215

Open vcastellm opened 2 years ago

vcastellm commented 2 years ago

If it's nil, EstimateGas will return a "stack underflow" error.

vercel[bot] commented 2 years ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
ethgo ✅ Ready (Inspect) Visit Preview Sep 12, 2022 at 8:10AM (UTC)
ferranbt commented 1 year ago

If it's nil, EstimateGas will return a "stack underflow" error.

It might be nil if you want to estimate the creation of a contract.