Skip to content

Commit

Permalink
Update bootnode_starter.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
phwizard authored Jul 21, 2021
1 parent d337a47 commit 567312b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootnode_starter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# (3) Press 'Ctrl+a' and then 'd' to detach from screen session
# You can always re-attach screen session via 'screen-r' or you can check logs

while ! bootnode -nodekey boot.key -verbosity 9 -addr :30310
while ! bootnode -nodekey bootnode.key -verbosity 9 -addr :30310
do
sleep 1
echo "Restarting bootnode service following some termination.."
Expand Down

0 comments on commit 567312b

Please sign in to comment.