Adds support for 2-step balance
This commit is contained in:
parent
72b7ca7fb9
commit
79f61c29f8
4 changed files with 9 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ angular.module('copayApp.services')
|
|||
|
||||
$log.debug('Creating address for wallet:', walletId);
|
||||
|
||||
client.createAddress(function(err, addr) {
|
||||
client.createAddress({}, function(err, addr) {
|
||||
if (err) {
|
||||
var prefix = gettextCatalog.getString('Could not create address');
|
||||
if (err.error && err.error.match(/locked/gi)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue