Alert when incoming transaction (not proposal)
This commit is contained in:
parent
70cae4135f
commit
edb3e75800
3 changed files with 13 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ angular.module('copay.controllerUtils')
|
|||
newAddrs.forEach(function(addr) {
|
||||
Socket.on(addr, function(txid) {
|
||||
console.log('Received!', txid);
|
||||
$rootScope.receivedFund = [txid, addr];
|
||||
root.updateBalance(function(){
|
||||
$rootScope.$digest();
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue