Skip to content

Commit

Permalink
Merge branch '1.x' into release/1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 authored Jun 25, 2021
2 parents 2523949 + 9eadd57 commit ac9b3e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ Released with 1.0.0-beta.37 code base.

### Changed

- Changed Geth Docker verision from `stable` to `1.10.3` in `e2e.geth.instamine.sh`
- Changed Geth Docker verision from `stable` to `1.10.3` in `e2e.geth.instamine.sh` and `scripts/e2e.geth.automine.sh` (#4154)

## [Unreleased]

Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e.geth.automine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ echo " "
# Launch client w/ two unlocked accounts.
# + accounts[0] default geth unlocked bal = ~infinity
# + accounts[1] unlocked, signing password = 'left-hand-of-darkness'
geth-dev-assistant --period 2 --accounts 1 --tag 'stable'
geth-dev-assistant --period 2 --accounts 1 --tag 'v1.10.3'

# Test
GETH_AUTOMINE=true nyc --no-clean --silent _mocha -- \
Expand Down

0 comments on commit ac9b3e5

Please sign in to comment.