diff --git a/visibility_check.sh b/visibility_check.sh index cb8ed7a..3a9dd43 100644 --- a/visibility_check.sh +++ b/visibility_check.sh @@ -36,5 +36,5 @@ done if $visible ; then echo "Great, your node is visible!" else - echo "Sorry, your node is not visible. Please restart your node and try again." + echo "Sorry, your node is not visible. Please restart your node and wait 15 minutes then try again." fi \ No newline at end of file