mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-14 16:07:25 -04:00
Merge pull request #115
d95e4a3 Write support for tx notes (moneromooo.monero)
This commit is contained in:
@@ -34,7 +34,7 @@ import "../components"
|
||||
Rectangle {
|
||||
id: root
|
||||
signal paymentClicked(string address, string paymentId, double amount, int mixinCount,
|
||||
int priority)
|
||||
int priority, string description)
|
||||
|
||||
color: "#F0EEEE"
|
||||
|
||||
@@ -277,7 +277,7 @@ Rectangle {
|
||||
addressLine.text = addressLine.text.trim()
|
||||
paymentIdLine.text = paymentIdLine.text.trim()
|
||||
root.paymentClicked(addressLine.text, paymentIdLine.text, amountLine.text, scaleValueToMixinCount(privacyLevelItem.fillLevel),
|
||||
priority)
|
||||
priority, descriptionLine.text)
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user