fix one test
This commit is contained in:
parent
1a186b4640
commit
e2ab9dd0c8
1 changed files with 11 additions and 1 deletions
|
|
@ -53,7 +53,17 @@ FakeWallet.prototype.isShared = function() {
|
||||||
|
|
||||||
FakeWallet.prototype.isReady = function() {
|
FakeWallet.prototype.isReady = function() {
|
||||||
return true;
|
return true;
|
||||||
}
|
};
|
||||||
|
|
||||||
|
FakeWallet.prototype.fetchPaymentTx = function() {
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
FakeWallet.prototype.createPaymentTx = function() {
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FakeWallet.prototype.getBalance = function(cb) {
|
FakeWallet.prototype.getBalance = function(cb) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue