rename blockchain connector
This commit is contained in:
parent
30f25ef389
commit
591dbf259f
|
@ -8,7 +8,7 @@ const constants = require('../constants');
|
||||||
const WEB3_READY = 'web3Ready';
|
const WEB3_READY = 'web3Ready';
|
||||||
|
|
||||||
// TODO: consider another name, this is the blockchain connector
|
// TODO: consider another name, this is the blockchain connector
|
||||||
class Blockchain {
|
class BlockchainConnector {
|
||||||
constructor(options) {
|
constructor(options) {
|
||||||
this.plugins = options.plugins;
|
this.plugins = options.plugins;
|
||||||
this.logger = options.logger;
|
this.logger = options.logger;
|
||||||
|
@ -415,5 +415,5 @@ class Blockchain {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = Blockchain;
|
module.exports = BlockchainConnector;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue