Make the "to"-address field work in new style + BTC transactions fix
This commit is contained in:
parent
8148ad66b4
commit
cebe9507f1
3 changed files with 5 additions and 3 deletions
|
|
@ -531,7 +531,7 @@ function reviewController(addressbookService, bitcoinCashJsService, bitcore, bit
|
|||
if (tx.coin === 'bch') {
|
||||
tx.displayAddress = bitcoinCashJsService.readAddress(tx.toAddress).cashaddr;
|
||||
} else {
|
||||
tx.displayAddress = entry.address;
|
||||
tx.displayAddress = tx.toAddress;
|
||||
}
|
||||
|
||||
addressbookService.get(tx.coin+tx.toAddress, function(err, addr) { // Check if the recipient is a contact
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue