From bd6878701fe0dad18e9769b0adcf1614730d5148 Mon Sep 17 00:00:00 2001 From: crc Date: Wed, 30 Mar 2022 10:29:29 -0400 Subject: [PATCH] reset the block counter --- block_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block_config.py b/block_config.py index c556509..0148f2d 100644 --- a/block_config.py +++ b/block_config.py @@ -1,3 +1,3 @@ # Copyright (c) 2022 Arland Childers -BLOCKS = 512 +BLOCKS = 4096 -- 2.45.2