settings: fix send in livenet
This commit is contained in:
parent
dcb78847d2
commit
c47318c728
4 changed files with 14 additions and 10 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue