Merge pull request #120 from matiaspando/fix/changeName

Change copay to bitcore wallet service
This commit is contained in:
Matias Alejo Garcia 2015-03-04 14:30:05 -03:00
commit 059080e0cf
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();
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;
/**
* Creates an instance of the Copay server.
* Creates an instance of the Bitcore Wallet Service.
* @constructor
*/
function WalletService() {