From 97a5b3ef9b768eb3bba350328cb0813feb23e693 Mon Sep 17 00:00:00 2001 From: catbref Date: Tue, 4 Jun 2019 16:14:23 +0100 Subject: [PATCH] Increase max proxy relationships in blockchain config --- 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 0ab227dc..dbd466d3 100644 --- a/src/main/resources/blockchain.json +++ b/src/main/resources/blockchain.json @@ -10,7 +10,7 @@ "requireGroupForApproval": false, "defaultGroupId": 0, "oneNamePerAccount": false, - "maxProxyRelationships": 4, + "maxProxyRelationships": 8, "genesisInfo": { "version": 1, "timestamp": "1400247274336",