minor.
This commit is contained in:
parent
50cc693ae8
commit
6dd5b936ef
@ -519,9 +519,5 @@ ChainBlock.isChainBlock = function isChainBlock(obj) {
|
||||
&& typeof obj.getMedianTime === 'function';
|
||||
};
|
||||
|
||||
/**
|
||||
* Expose
|
||||
*/
|
||||
|
||||
return ChainBlock;
|
||||
};
|
||||
|
||||
@ -1723,9 +1723,5 @@ NullCache.prototype.get = function get(key) {};
|
||||
NullCache.prototype.has = function has(key) {};
|
||||
NullCache.prototype.reset = function reset() {};
|
||||
|
||||
/**
|
||||
* Expose
|
||||
*/
|
||||
|
||||
return ChainDB;
|
||||
};
|
||||
|
||||
@ -284,9 +284,5 @@ Coin.isCoin = function isCoin(obj) {
|
||||
&& typeof obj.getConfirmations === 'function';
|
||||
};
|
||||
|
||||
/**
|
||||
* Expose
|
||||
*/
|
||||
|
||||
return Coin;
|
||||
};
|
||||
|
||||
@ -300,8 +300,4 @@ Environment.prototype.now = function now() {
|
||||
return this.time.now();
|
||||
};
|
||||
|
||||
/**
|
||||
* Expose
|
||||
*/
|
||||
|
||||
module.exports = Environment;
|
||||
|
||||
@ -155,9 +155,5 @@ Headers.isHeaders = function isHeaders(obj) {
|
||||
&& typeof obj.toBlock !== 'function';
|
||||
};
|
||||
|
||||
/**
|
||||
* Expose
|
||||
*/
|
||||
|
||||
return Headers;
|
||||
};
|
||||
|
||||
@ -412,9 +412,5 @@ Input.isInput = function isInput(obj) {
|
||||
&& typeof obj.getAddress === 'function';
|
||||
};
|
||||
|
||||
/**
|
||||
* Expose
|
||||
*/
|
||||
|
||||
return Input;
|
||||
};
|
||||
|
||||
@ -1505,9 +1505,5 @@ Mempool.prototype._removeUnchecked = function removeUnchecked(hash, callback, fo
|
||||
});
|
||||
};
|
||||
|
||||
/**
|
||||
* Expose
|
||||
*/
|
||||
|
||||
return Mempool;
|
||||
};
|
||||
|
||||
@ -224,9 +224,5 @@ Output.isOutput = function isOutput(obj) {
|
||||
&& typeof obj.getAddress === 'function';
|
||||
};
|
||||
|
||||
/**
|
||||
* Expose
|
||||
*/
|
||||
|
||||
return Output;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user