From f33f1f78988d12ea2bf9bfdc8bfdffa55560293f Mon Sep 17 00:00:00 2001 From: onryo Date: Fri, 12 Aug 2022 16:52:48 +0000 Subject: [PATCH] Update 'halving/index.html' --- halving/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/halving/index.html b/halving/index.html index 5adb176..4fdf642 100644 --- a/halving/index.html +++ b/halving/index.html @@ -280,7 +280,7 @@ This looks like a "double halving", but since the HUSH block time is getting twi $( document ).ready(function() { log("doc ready"); $.ajax({ - url: "https://explorer.hush.is/api/getmininginfo.json", + url: "https://explorer.hush.land/api/getmininginfo.json", type: "GET", dataType : "json", })