fix: parse_log in public interface (#2228)

This commit is contained in:
James Prestwich 2023-03-04 13:55:41 -08:00 committed by GitHub
parent 73636a906e
commit 1c90e1b76a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ mod factory;
pub use factory::{ContractDeployer, ContractDeploymentTx, ContractFactory, DeploymentTxFactory};
mod event;
pub use event::{EthEvent, Event};
pub use event::{parse_log, EthEvent, Event};
mod log;
pub use log::{decode_logs, EthLogDecode, LogMeta};