diff options
Diffstat (limited to 'contrib/sig-canaries')
-rwxr-xr-x | contrib/sig-canaries | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sig-canaries b/contrib/sig-canaries index 26d8e4d..8b9fbf1 100755 --- a/contrib/sig-canaries +++ b/contrib/sig-canaries @@ -66,7 +66,7 @@ manual_monero_hash_entry() { } get_monero() { IS_MANUAL=false; - export MONERO_HASH="$(localmonero_blockhash_api || (IS_MANUAL=true; manual_monero_hash_entry))" + export MONERO_HASH="$(localmonero_blockhash_api && [[ "$MONERO_HASH" != "" ]] || (IS_MANUAL=true; manual_monero_hash_entry))" statustext echo -e 'Validation Sources:' if [[ "$IS_MANUAL" == "true" ]]; then |