From 85a27c14b864c26c1abacd627497a5cd5f161263 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Wed, 20 Jul 2022 10:38:58 +0100 Subject: [PATCH] Revert incorrect genesis timestamp that somehow made it into the stashed code. --- 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 7e906e76..03169723 100644 --- a/src/main/resources/blockchain.json +++ b/src/main/resources/blockchain.json @@ -72,7 +72,7 @@ }, "genesisInfo": { "version": 4, - "timestamp": "1656777099000", + "timestamp": "1593450000000", "transactions": [ { "type": "ISSUE_ASSET", "assetName": "QORT", "description": "QORTAL coin", "quantity": 0, "isDivisible": true, "data": "{}" }, { "type": "ISSUE_ASSET", "assetName": "Legacy-QORA", "description": "Representative legacy QORA", "quantity": 0, "isDivisible": true, "data": "{}", "isUnspendable": true },