adridadou / eth-propeller-core

Core library for Ethereum propeller
Apache License 2.0
26 stars 16 forks source link

Web3 calls with normalized addresses #32

Closed ESchouten closed 5 years ago

ESchouten commented 5 years ago

Go-Ethereum requires addresses to be exact 40 characters long. When an address starts with zeros in Propeller, the trailing zeros are trimmed away, so a normalized version of this address has to be returned.