added support for store and broadcast
This commit is contained in:
parent
b54832567b
commit
139628e066
2 changed files with 13 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ angular.module('copay.home').controller('HomeController',
|
|||
}
|
||||
|
||||
$scope.newAddr = function() {
|
||||
var a = $rootScope.wallet.publicKeyRing.generateAddress();
|
||||
var a = $rootScope.wallet.generateAddress();
|
||||
$scope.addrs.push({ addrStr: a.toString('hex') });
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue