Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

Commit

Permalink
fix: set quorum type in tenderdash config
Browse files Browse the repository at this point in the history
  • Loading branch information
strophy committed Jun 11, 2021
1 parent 9aefe10 commit a6ccf5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion configs/system/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = {
},
tenderdash: {
docker: {
image: 'dashpay/tenderdash:0.4.0',
image: 'dashpay/tenderdash:0.4.2',
},
p2p: {
port: 26656,
Expand Down
5 changes: 1 addition & 4 deletions templates/platform/drive/tenderdash/config.toml.dot
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,6 @@ priv_validator_core_rpc_username = "{{= it.core.rpc.user}}"
# Local Dash Core RPC Password
priv_validator_core_rpc_password = "{{= it.core.rpc.password}}"

# LLMQ Type used
llmq_type_used = 100

# Path to the JSON file containing the private key to use for node authentication in the p2p protocol
node_key_file = "config/node_key.json"

Expand Down Expand Up @@ -363,7 +360,7 @@ create_empty_blocks = {{? it.platform.drive.tenderdash.consensus.createEmptyBloc
create_empty_blocks_interval = "{{= it.platform.drive.tenderdash.consensus.createEmptyBlocksInterval }}"

# Set the Dash Core quorum type
quorum_type = 100
quorum_type = {{=it.platform.drive.abci.validatorSet.llmqType}}

# Set the App hash size
app_hash_size = 20
Expand Down

0 comments on commit a6ccf5c

Please sign in to comment.