removed misplaced semicolon
This commit is contained in:
parent
f24aca46e2
commit
4fa86cb178
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
coin: c,
|
||||
displayCoin: (c == 'bch'
|
||||
? (config.bitcoinCashAlias || defaults.bitcoinCashAlias)
|
||||
: (config.bitcoinAlias || defaults.bitcoinAlias)).toUpperCase();
|
||||
: (config.bitcoinAlias || defaults.bitcoinAlias)).toUpperCase(),
|
||||
getAddress: function(cb) {
|
||||
return cb(null, k);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue