1
mirror of https://github.com/monero-project/monero-gui synced 2024-11-28 09:31:37 +01:00

History: fix tx key 'click to reveal' handling

This commit is contained in:
xiphon 2019-08-26 04:05:35 +00:00
parent 562c46660a
commit 29580de2c7

View File

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