Commit 84ca4569 authored by yann300's avatar yann300

standard

parent 8f4ad5e9
...@@ -76,7 +76,7 @@ class EventsDecoder { ...@@ -76,7 +76,7 @@ class EventsDecoder {
var topics = log.topics.map((value) => { var topics = log.topics.map((value) => {
return value.indexOf('0x') === 0 ? value : '0x' + value return value.indexOf('0x') === 0 ? value : '0x' + value
}) })
events.push({ topic: topicId, event: abi.event, args: abi.object.parse(topics, '0x' + log.data) }) events.push({ topic: topicId, event: abi.event, args: abi.object.parse(topics, '0x' + log.data) })
} else { } else {
events.push({ data: log.data, topics: log.topics }) events.push({ data: log.data, topics: log.topics })
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment