From dd6314791c38c24973bac83a947b5240efe85bc5 Mon Sep 17 00:00:00 2001 From: huanghaiquan Date: Mon, 21 Dec 2020 10:30:09 +0800 Subject: [PATCH] optimized the default bftsmart configuration; --- core | 2 +- .../deploy-peer/src/main/resources/config/init/bftsmart.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core b/core index 7f6bc1b0..4c85de1e 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 7f6bc1b016c86f1d91c669660669c84dc6693165 +Subproject commit 4c85de1eb4b9616760bfeff8f158fcd829de5184 diff --git a/deploy/deploy-peer/src/main/resources/config/init/bftsmart.config b/deploy/deploy-peer/src/main/resources/config/init/bftsmart.config index 67115953..cbf88f82 100644 --- a/deploy/deploy-peer/src/main/resources/config/init/bftsmart.config +++ b/deploy/deploy-peer/src/main/resources/config/init/bftsmart.config @@ -154,7 +154,7 @@ system.totalordermulticast.sync_ckp = false system.initial.view = 0,1,2,3 #The ID of the trust third party (TTP) -system.ttp.id = 7002 +system.ttp.id = 2001 #This sets if the system will function in Byzantine or crash-only mode. Set to "true" to support Byzantine faults system.bft = true