Skip to content

Commit

Permalink
fix: parse_log in public interface (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
prestwich committed Mar 4, 2023
1 parent 73636a9 commit 1c90e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethers-contract/src/lib.rs
Expand Up @@ -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};
Expand Down

0 comments on commit 1c90e1b

Please sign in to comment.