From 640a4728764aab34cb11bc48f3a877b1393a18af Mon Sep 17 00:00:00 2001 From: CalDescent Date: Sat, 12 Aug 2023 18:55:27 +0100 Subject: [PATCH] Unit fee increase set to 1692118800000 --- src/main/resources/blockchain.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/blockchain.json b/src/main/resources/blockchain.json index 7d203004..1cf4f010 100644 --- a/src/main/resources/blockchain.json +++ b/src/main/resources/blockchain.json @@ -5,7 +5,7 @@ "maxBytesPerUnitFee": 1024, "unitFees": [ { "timestamp": 0, "fee": "0.001" }, - { "timestamp": 9999999999999, "fee": "0.01" } + { "timestamp": 1692118800000, "fee": "0.01" } ], "nameRegistrationUnitFees": [ { "timestamp": 0, "fee": "0.001" },