env: fix coinview.

This commit is contained in:
Christopher Jeffrey 2016-12-12 21:27:18 -08:00
parent 51ca09603a
commit fcc7f41438
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -130,7 +130,7 @@ function Environment() {
// Coins
this.require('coins', './coins');
this.require('coinview', './coinview');
this.require('coinview', './coins/coinview');
// Crypto
this.require('crypto', './crypto');