Merge pull request #2360

29580de History: fix tx key 'click to reveal' handling (xiphon)
This commit is contained in:
luigi1111 2019-08-27 14:58:33 -05:00
commit 346e942e93
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -1583,10 +1583,10 @@ Rectangle {
elem.parent.text = txKey ? txKey : '-'; elem.parent.text = txKey ? txKey : '-';
elem.parent.state = 'ready'; elem.parent.state = 'ready';
}); });
} } else {
toClipboard(elem.parent.text); toClipboard(elem.parent.text);
} }
}
function showTxDetails(hash, paymentId, destinations, subaddrAccount, subaddrIndex){ function showTxDetails(hash, paymentId, destinations, subaddrAccount, subaddrIndex){
var tx_note = currentWallet.getUserNote(hash) var tx_note = currentWallet.getUserNote(hash)