Skip to content

Commit

Permalink
Adjust version
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Nov 2, 2022
1 parent f0cb125 commit 73508f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ For a quick testnet start, you can install prerequisites and configure eth-docke

# Version

This is eth-docker v2.1.3
This is eth-docker v2.2.0
2 changes: 1 addition & 1 deletion ethd
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ prune-nethermind() {
start
echo "Waiting 10 seconds for Nethermind to be up"
sleep 10
prune_result=docompose run --rm set-prune-marker "curl -s --data {\\\"method\\\":\\\"admin_prune\\\",\\\"params\\\":[],\\\"id\\\":1,\\\"jsonrpc\\\":\\\"2.0\\\"} -H Content-Type:\ application/json http://execution:8545"
prune_result=$(docompose run --rm set-prune-marker "curl -s --data {\\\"method\\\":\\\"admin_prune\\\",\\\"params\\\":[],\\\"id\\\":1,\\\"jsonrpc\\\":\\\"2.0\\\"} -H Content-Type:\ application/json http://execution:8545")
exitstatus=$?
if [ $exitstatus -ne 0 ]; then
echo "Unable to start prune. This is likely a bug."
Expand Down

0 comments on commit 73508f7

Please sign in to comment.