WIP test
This commit is contained in:
parent
e109550d9b
commit
39e85396db
7 changed files with 123 additions and 42 deletions
|
|
@ -132,7 +132,7 @@ FakeWallet.prototype.setEnc = function(enc) {
|
|||
this.enc = enc;
|
||||
};
|
||||
|
||||
FakeWallet.prototype.toEncryptedObj = function() {
|
||||
FakeWallet.prototype.export = function() {
|
||||
return this.enc;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue