mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 03:59:38 +00:00
Merge pull request #3331
e25e44b
AddressBook: don't alter tx Description on recipient selection (xiphon)
This commit is contained in:
commit
c073867657
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue