settings: fix send in livenet

This commit is contained in:
Manuel Araoz 2014-09-11 11:19:19 -07:00
commit c47318c728
4 changed files with 14 additions and 10 deletions

View file

@ -122,5 +122,9 @@ FakeWallet.prototype.toEncryptedObj = function() {
FakeWallet.prototype.close = function() {};
FakeWallet.prototype.getNetworkName = function() {
return 'testnet';
};
// TODO a try catch was here
module.exports = FakeWallet;