issues
search
crypto-com
/
chain-indexing
Other
35
stars
28
forks
source link
Fix: ibc transfer parsing inside eth tx
#889
Closed
vincentysc
closed
3 months ago
vincentysc
commented
3 months ago
Issue
Ibc transfer emits more than one
send_packet
event inside etherum tx and got panic
Solution
use
GetEventsByType
instead of
GetEventByType
to loop through the events
Issue
send_packet
event inside etherum tx and got panicSolution
GetEventsByType
instead ofGetEventByType
to loop through the events