From 75d85d57c0e2a09a17c7667a7a1afabdaff0bdf6 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Fri, 20 Jul 2018 19:37:50 +0300 Subject: [PATCH] move code runner to core modules --- lib/contracts/blockchain.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/contracts/blockchain.js b/lib/contracts/blockchain.js index 04e32a593..b1c4d3c05 100644 --- a/lib/contracts/blockchain.js +++ b/lib/contracts/blockchain.js @@ -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;