fix wallet scope
This commit is contained in:
parent
bfcd106b6f
commit
4a1db111e4
1 changed files with 1 additions and 0 deletions
|
|
@ -112,6 +112,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
||||||
|
|
||||||
|
|
||||||
$scope.setError = function(err) {
|
$scope.setError = function(err) {
|
||||||
|
var w = $rootScope.wallet;
|
||||||
copay.logger.warn(err);
|
copay.logger.warn(err);
|
||||||
|
|
||||||
var msg = err.toString();
|
var msg = err.toString();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue