diff --git a/test/functional/feature_blockindexstats.py b/test/functional/feature_blockindexstats.py index 5b6994e7f5166..500938f2f68f3 100755 --- a/test/functional/feature_blockindexstats.py +++ b/test/functional/feature_blockindexstats.py @@ -106,7 +106,7 @@ def run_test(self): for _ in range(NUM_BLOCKS): # 1...4=(t->t) 5=(t->z) 6=(z->t) 7=(z->z) tx_kind = random.randint(1, 7) - fee = round(0.0001 * random.randint(3, 50), 8) + fee = round(0.0001 * random.randint(5, 50), 8) if tx_kind < 5: # transparent tx self.log.info("Sending t->t with fee %.8f" % fee)