mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Problem: Empty blocks not being retrieved from BigchainDB (#2205)
This commit is contained in:
parent
a4986b7e71
commit
160b7334c7
@ -109,4 +109,4 @@ seeds=$(IFS=','; echo "${seeds[*]}")
|
||||
|
||||
# start nginx
|
||||
echo "INFO: starting tendermint..."
|
||||
exec tendermint node --p2p.seeds="$seeds" --moniker="$tm_instance_name" --proxy_app="tcp://$tm_proxy_app:$tm_abci_port" --log_level debug
|
||||
exec tendermint node --p2p.seeds="$seeds" --moniker="$tm_instance_name" --proxy_app="tcp://$tm_proxy_app:$tm_abci_port" --consensus.create_empty_blocks=false
|
||||
|
Loading…
x
Reference in New Issue
Block a user