fixed finding nonces
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user