move code runner to core modules

This commit is contained in:
Iuri Matias 2018-07-20 19:37:50 +03:00 committed by Pascal Precht
parent e69ec3b7f1
commit 75d85d57c0
No known key found for this signature in database
GPG Key ID: 0EE28D8D6FD85D7D
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ const constants = require('../constants');
const WEB3_READY = 'web3Ready';
// TODO: consider another name, this is the blockchain connector
class Blockchain {
constructor(options) {
this.plugins = options.plugins;