Add a pre-generated address to the shared branch
This commit is contained in:
parent
aa8211a40e
commit
fdabdc64fe
5 changed files with 18 additions and 7 deletions
|
|
@ -46,6 +46,10 @@ FakeWallet.prototype.getAddressesInfo = function() {
|
|||
return ret;
|
||||
};
|
||||
|
||||
FakeWallet.prototype.isReady = function() {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
FakeWallet.prototype.getBalance = function(cb) {
|
||||
return cb(null, this.balance, this.balanceByAddr, this.safeBalance);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue