Copy bitcoin addr without bitcoin:
This commit is contained in:
parent
8c540894d5
commit
5305a91cb1
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ angular.module('copayApp.controllers').controller('walletHomeController', functi
|
|||
|
||||
this.copyAddress = function(addr) {
|
||||
if (isCordova) {
|
||||
window.cordova.plugins.clipboard.copy('bitcoin:' + addr);
|
||||
window.cordova.plugins.clipboard.copy(addr);
|
||||
window.plugins.toast.showShortCenter('Copied to clipboard');
|
||||
} else if (nodeWebkit.isDefined()) {
|
||||
nodeWebkit.writeToClipboard(addr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue