CityOfZion / dora

https://dora.coz.io/
11 stars 10 forks source link

fix contract to address translation #616

Closed ixje closed 1 year ago

ixje commented 1 year ago

fixes #615

The old code called neo3_getAddressFromSriptHash() which internally expects the data to be base64 encoded. That function is supposed to be used when parsing stack items from application logs. The data from the contract page is not in that format and this fixes the translation