forked from Public/monero-gui
Avoid logging addresses and other sensitive data
This commit is contained in:
committed by
moneromooo-monero
parent
b35d60db2d
commit
9afaa7cf0f
@@ -242,7 +242,7 @@ ListView {
|
||||
}
|
||||
onClicked: {
|
||||
if(parent.address){
|
||||
console.log(parent.address + " copied to clipboard");
|
||||
console.log("Address copied to clipboard");
|
||||
clipboard.setText(parent.address);
|
||||
appWindow.showStatusMessage(qsTr("Address copied to clipboard"),3)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user