mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 11:52:05 +02:00
Merge pull request #2360
29580de
History: fix tx key 'click to reveal' handling (xiphon)
This commit is contained in:
commit
346e942e93
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user