From 870646fec85847b4b003627f3870371d11b556a9 Mon Sep 17 00:00:00 2001 From: catbref Date: Tue, 26 Mar 2019 14:32:51 +0000 Subject: [PATCH] Correct min/max block times for testing blockchain config --- src/test/resources/test-v2qorachain.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/resources/test-v2qorachain.json b/src/test/resources/test-v2qorachain.json index c56b090b..d402810d 100644 --- a/src/test/resources/test-v2qorachain.json +++ b/src/test/resources/test-v2qorachain.json @@ -2,8 +2,8 @@ "isTestNet": true, "maxBalance": "10000000000", "blockDifficultyInterval": 10, - "minBlockTime": 30000, - "maxBlockTime": 60000, + "minBlockTime": 30, + "maxBlockTime": 60, "blockTimestampMargin": 500, "maxBytesPerUnitFee": 1024, "unitFee": "0.1",