From 582909cd83c8b0ad27877ac6b1ce3a72746cdeaa Mon Sep 17 00:00:00 2001 From: scoobybejesus Date: Thu, 18 Oct 2018 11:23:46 -0400 Subject: [PATCH] v9 fork height --- network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network.py b/network.py index e732477..b855b25 100644 --- a/network.py +++ b/network.py @@ -16,7 +16,7 @@ def fork(bot, trigger): pass try: height=j["height"] - forkheight=1400000 + forkheight=1686275 if forkheight > height: bot.say("The current block height is {0:,}. Fork height is {1:,}. {2:,} blocks to go, happening in approximately {3:.2f} hours.".format(height,forkheight,forkheight-height,(forkheight-height)/30.0)) else: