Update event.rs (#1173)
This commit is contained in:
parent
a115e957db
commit
9d53c73af0
|
@ -186,7 +186,7 @@ where
|
||||||
Ok(events)
|
Ok(events)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn parse_log(&self, log: Log) -> Result<D, ContractError<M>> {
|
pub fn parse_log(&self, log: Log) -> Result<D, ContractError<M>> {
|
||||||
D::decode_log(&RawLog { topics: log.topics, data: log.data.to_vec() }).map_err(From::from)
|
D::decode_log(&RawLog { topics: log.topics, data: log.data.to_vec() }).map_err(From::from)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue