move blockchain process related files into blockchain module
This commit is contained in:
parent
952694f790
commit
d7c67ffcf7
|
@ -32,7 +32,7 @@ class Embark {
|
|||
|
||||
blockchain(env, client) {
|
||||
this.context = [constants.contexts.blockchain];
|
||||
return require('./cmds/blockchain/blockchain.js')(this.config.blockchainConfig, client, env, this.isDev(env), () => {}).run();
|
||||
return require('./modules/blockchain_process/blockchain.js')(this.config.blockchainConfig, client, env, this.isDev(env), () => {}).run();
|
||||
}
|
||||
|
||||
simulator(options) {
|
||||
|
|
Loading…
Reference in New Issue