diff --git a/lib/bcoin/env.js b/lib/bcoin/env.js index 5643f17f..a87966d9 100644 --- a/lib/bcoin/env.js +++ b/lib/bcoin/env.js @@ -335,8 +335,7 @@ Environment.prototype.now = function now() { /* * Expose by converting `exports` to an - * Environment. This will later also be - * injected into the BCoin object. + * Environment. */ utils.merge(exports, Environment.prototype);