1
mirror of https://github.com/monero-project/monero-gui synced 2025-03-31 03:09:19 +02:00

Merge pull request

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

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