mirror of https://github.com/embarklabs/embark.git
move blockchain process related files into blockchain module
This commit is contained in:
parent
c5d9a759af
commit
c8fc515c03
|
@ -36,7 +36,7 @@ class Embark {
|
||||||
|
|
||||||
blockchain(env, client) {
|
blockchain(env, client) {
|
||||||
this.context = [constants.contexts.blockchain];
|
this.context = [constants.contexts.blockchain];
|
||||||
return require('./cmds/blockchain/blockchain.js')(this.config.blockchainConfig, client, env).run();
|
return require('./modules/blockchain_process/blockchain.js')(this.config.blockchainConfig, client, env).run();
|
||||||
}
|
}
|
||||||
|
|
||||||
simulator(options) {
|
simulator(options) {
|
||||||
|
|
Loading…
Reference in New Issue