CityOfZion / neo3-preview

A block explorer and preview of the NEO 3.0 ecosystem
https://neo3-preview.com/
MIT License
5 stars 5 forks source link

fix parsing of transfer addresses #62

Closed hal0x2328 closed 4 years ago

hal0x2328 commented 4 years ago

This transfer summary in the transaction page doesn't match the notification log: https://neo3-preview.com/transaction/0xbbc320ceb17c704987deb0db157a10248f983b06969467e51a6b960c9bc02efc

The transfer is between two different addresses according to the notification log, but the transfer summary in the page shows as if the transfer was made from the sender address to itself.

It's actually the other address transferring GAS to the sender address (both addresses were part of the same neo-cli wallet so I guess it used the default wallet address as the tx sender address even though the Transfer sender was different).

comountainclimber commented 4 years ago

Thanks @hal0x2328 👍