Fix names
This commit is contained in:
parent
5e0b5c876b
commit
846321ae4e
2 changed files with 3 additions and 3 deletions
|
|
@ -83,7 +83,7 @@ angular.module('copayApp.controllers').controller('confirmController', function(
|
|||
try {
|
||||
return B.Address(address).toString();
|
||||
} catch(e) {
|
||||
$scope.legacyBitcoinAddress = address;
|
||||
$scope.legacyBitcoinCashAddress = address;
|
||||
$log.warn('Convert to new bitcoin cash address format');
|
||||
var a = bitcore.Address(address).toObject();
|
||||
return bitcoreCash.Address.fromObject(a).toString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue