Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pawanjay176 committed Feb 26, 2021
1 parent 0a37e04 commit 672def5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/local_testnet/vars.env
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ GENESIS_VALIDATOR_COUNT=80
NODE_COUNT=4

GENESIS_DELAY=180
BOOTNODE_PORT=4242
BOOTNODE_PORT=4242
2 changes: 1 addition & 1 deletion testing/eth1_test_rig/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ impl GanacheEth1Instance {
#[derive(Clone, Debug)]
pub struct DepositContract {
web3: Web3<Http>,
pub contract: Contract<Http>,
contract: Contract<Http>,
}

impl DepositContract {
Expand Down

0 comments on commit 672def5

Please sign in to comment.