Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
ContractDeployer: pub deployer can modify defaults (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
inconspicuous99 authored Apr 19, 2022
1 parent 7a098b1 commit 5f1f967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ethers-contract/src/factory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ use std::sync::Arc;
#[derive(Debug, Clone)]
#[must_use = "Deployer does nothing unless you `send` it"]
pub struct ContractDeployer<M, C> {
/// the actual deployer
deployer: Deployer<M>,
/// the actual deployer, exposed for overriding the defaults
pub deployer: Deployer<M>,
/// marker for the `Contract` type to create afterwards
///
/// this type will be used to construct it via `From::from(Contract)`
Expand Down

0 comments on commit 5f1f967

Please sign in to comment.