Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 4be26a9

Browse files
committed
Merge conflicts
1 parent 804c189 commit 4be26a9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/e2e.geth.automine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo " "
2424
# Launch client w/ two unlocked accounts.
2525
# + accounts[0] default geth unlocked bal = ~infinity
2626
# + accounts[1] unlocked, signing password = 'left-hand-of-darkness'
27-
geth-dev-assistant --period 2 --accounts 1 --tag 'v1.10.3'
27+
geth-dev-assistant --period 2 --accounts 1 --tag 'stable'
2828

2929
# Test
3030
GETH_AUTOMINE=true nyc --no-clean --silent _mocha -- \

scripts/e2e.geth.instamine.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ echo " "
2424
# Launch client w/ two unlocked accounts.
2525
# + accounts[0] default geth unlocked bal = ~infinity
2626
# + accounts[1] unlocked, bal=50 eth, signing password = 'left-hand-of-darkness'
27-
geth-dev-assistant --accounts 1 --tag 'v1.10.3'
27+
geth-dev-assistant --accounts 1 --tag 'stable'
2828

2929
# Test
3030
GETH_INSTAMINE=true nyc --no-clean --silent _mocha -- \

0 commit comments

Comments
 (0)