fixed finding nonces

This commit is contained in:
2023-11-12 17:17:08 +01:00
parent 886632550d
commit d2263ab105
2 changed files with 16 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ from classes.TxBlock import TxBlock
from helpers import UtilityHelper as utilityHelper
import time
MIN_MINING_TIME = 0
MIN_MINING_TIME = 10
MAX_MINING_TIME = 20
def exploreBlocks(self):