diff --git a/lib/bcoin/http/http.js b/lib/bcoin/http/base.js similarity index 100% rename from lib/bcoin/http/http.js rename to lib/bcoin/http/base.js diff --git a/lib/bcoin/http/index.js b/lib/bcoin/http/index.js index de124ef9..d033a65c 100644 --- a/lib/bcoin/http/index.js +++ b/lib/bcoin/http/index.js @@ -13,7 +13,7 @@ module.exports = function(bcoin) { bcoin.http.provider = require('./provider')(bcoin); if (!bcoin.isBrowser) { - bcoin.http.base = require('./ht' + 'tp'); + bcoin.http.base = require('./ba' + 'se'); bcoin.http.server = require('./ser' + 'ver')(bcoin); } diff --git a/test/node-test.js b/test/mempool-test.js similarity index 100% rename from test/node-test.js rename to test/mempool-test.js