latest code only support pbft

pull/2/head
Baohua Yang 2016-05-09 10:44:16 +08:00
parent a175c5c9cc
commit 5ecbbf7a84
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ vp:
- CORE_PEER_NETWORKID=dev
- CORE_LOGGING_LEVEL=debug #critical, error, warning, notice, info, debug
# The following section enables pbft consensus
- CORE_PEER_VALIDATOR_CONSENSUS_PLUGIN=pbft # noops, obcpbft, pbft
- CORE_PEER_VALIDATOR_CONSENSUS_PLUGIN=pbft # noops, pbft
- CORE_PBFT_GENERAL_MODE=classic # batch, classic, sieve
- CORE_PBFT_GENERAL_N=4
- CORE_PBFT_GENERAL_TIMEOUT_REQUEST=10s