mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-02 00:17:27 -04:00
AddressBook: don't alter tx Description on recipient selection
This commit is contained in:
@@ -138,7 +138,7 @@ Rectangle {
|
||||
|
||||
function doSend() {
|
||||
console.log("Sending to: ", address +" "+ paymentId);
|
||||
middlePanel.sendTo(address, paymentId, description);
|
||||
middlePanel.sendTo(address, paymentId);
|
||||
leftPanel.selectItem(middlePanel.state)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user