Fix address and amount validation
This commit is contained in:
parent
bb744ef271
commit
594fb8c350
2 changed files with 3 additions and 2 deletions
|
|
@ -37,7 +37,7 @@ angular.module('copayApp.controllers').controller('SendController',
|
|||
|
||||
if ($rootScope.pendingPayment) {
|
||||
var pp = $rootScope.pendingPayment;
|
||||
$scope.address = pp.address;
|
||||
$scope.address = pp.address + '';
|
||||
var amount = pp.data.amount / config.unitToSatoshi * 100000000;
|
||||
$scope.amount = amount;
|
||||
$scope.commentText = pp.data.message;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue