latest code only support pbft
parent
a175c5c9cc
commit
5ecbbf7a84
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue