Change copay to bitcore wallet service

This commit is contained in:
Matias Pando 2015-03-04 14:04:34 -03:00
parent 5af338db7b
commit 8d8113f13a
2 changed files with 2 additions and 2 deletions

2
app.js
View File

@ -7,4 +7,4 @@ var port = process.env.COPAY_PORT || 3001;
var app = ExpressApp.start(); var app = ExpressApp.start();
app.listen(port); app.listen(port);
console.log('Copay service running on port ' + port); console.log('Bitcore Wallet Service running on port ' + port);

View File

@ -29,7 +29,7 @@ var initialized = false;
var storage, blockExplorer; var storage, blockExplorer;
/** /**
* Creates an instance of the Copay server. * Creates an instance of the Bitcore Wallet Service.
* @constructor * @constructor
*/ */
function WalletService() { function WalletService() {