Skip to content

Commit

Permalink
Handle fee recipient cancel outside of update
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickdowne committed Oct 30, 2023
1 parent 09a4758 commit 8b11f00
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ethd
Original file line number Diff line number Diff line change
Expand Up @@ -2452,6 +2452,8 @@ screen.\n\nThe client will not start successfully until a valid ETH rewards addr
echo "Without a FEE_RECIPIENT set in \".env\", containers will not"
echo "start successfully. Already running containers will keep running with the"
echo "old configuration until you are ready to restart them."
else
echo "Canceled config wizard."
fi
echo
# If this is called by an older version of ethd, envmigrate
Expand Down

0 comments on commit 8b11f00

Please sign in to comment.