can now display new style address and bitpay address
This commit is contained in:
parent
9c43487ad6
commit
14fecbf1ac
3 changed files with 32 additions and 3 deletions
|
|
@ -17,7 +17,7 @@ bitcoinCashJsModule.provider('bitcoinCashJsService', function() {
|
|||
return {
|
||||
'legacy': result.toString(),
|
||||
'bitpay': result.toString(BitpayFormat),
|
||||
'cashaddr': result.toString(CashAddrFormat)
|
||||
'cashaddr': result.toString(CashAddrFormat).replace('bitcoincash:', '')
|
||||
};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue