From 4feb8f46c81913926eeb7e942825db72f9c609f8 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Sat, 19 Aug 2023 20:42:15 +0100 Subject: [PATCH] Updated testchain.json to use new unitFees structure. --- testnet/testchain.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/testnet/testchain.json b/testnet/testchain.json index aef9ed9a..3b31c3e3 100644 --- a/testnet/testchain.json +++ b/testnet/testchain.json @@ -4,7 +4,9 @@ "transactionExpiryPeriod": 86400000, "maxBlockSize": 2097152, "maxBytesPerUnitFee": 1024, - "unitFee": "0.001", + "unitFees": [ + { "timestamp": 0, "fee": "0.001" } + ], "nameRegistrationUnitFees": [ { "timestamp": 0, "fee": "1.25" } ],