From 782d53a2c4afcececb3abee428e126e62cd90928 Mon Sep 17 00:00:00 2001 From: Robert Piotrowski <50244265+revoxhere@users.noreply.github.com> Date: Sun, 22 Oct 2023 11:46:47 +0200 Subject: [PATCH] Update main.js --- 2023/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2023/js/main.js b/2023/js/main.js index fe2d187d..04167a6d 100644 --- a/2023/js/main.js +++ b/2023/js/main.js @@ -1125,7 +1125,7 @@ let cache_miners = 0; let notify_shown = false; let first_launch = true; let start_time = Date.now(); -const STAKE_DAYS = 21; +const STAKE_DAYS = 42; const date_opt = { day: 'numeric', month: "long" }; oldb = 0; stopUpdate = false;