mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Start tendermint integration with bigchaindb cmd
This commit is contained in:
parent
b7ef4caa26
commit
c9380f128e
@ -15,7 +15,7 @@ from bigchaindb.common.exceptions import (StartupError,
|
||||
KeypairNotFoundException,
|
||||
DatabaseDoesNotExist)
|
||||
import bigchaindb
|
||||
from bigchaindb import backend, processes
|
||||
from bigchaindb import backend
|
||||
from bigchaindb.backend import schema
|
||||
from bigchaindb.backend.admin import (set_replicas, set_shards, add_replicas,
|
||||
remove_replicas)
|
||||
@ -206,7 +206,8 @@ def run_start(args):
|
||||
|
||||
logger.info('Starting BigchainDB main process with public key %s',
|
||||
bigchaindb.config['keypair']['public'])
|
||||
processes.start()
|
||||
from bigchaindb.tendermint.commands import start
|
||||
start()
|
||||
|
||||
|
||||
@configure_bigchaindb
|
||||
|
Loading…
x
Reference in New Issue
Block a user