mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-11 22:34:24 +00:00
rename blockchain connector
This commit is contained in:
parent
30f25ef389
commit
591dbf259f
@ -8,7 +8,7 @@ const constants = require('../constants');
|
||||
const WEB3_READY = 'web3Ready';
|
||||
|
||||
// TODO: consider another name, this is the blockchain connector
|
||||
class Blockchain {
|
||||
class BlockchainConnector {
|
||||
constructor(options) {
|
||||
this.plugins = options.plugins;
|
||||
this.logger = options.logger;
|
||||
@ -415,5 +415,5 @@ class Blockchain {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = Blockchain;
|
||||
module.exports = BlockchainConnector;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user