From 92a2ae1a117eac6190f486cf48b6066fe7f205eb Mon Sep 17 00:00:00 2001 From: xiphon Date: Tue, 2 Feb 2021 16:00:46 +0000 Subject: TxConfirmationDialog: implement multiple recipients support, layout fixes --- MiddlePanel.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'MiddlePanel.qml') diff --git a/MiddlePanel.qml b/MiddlePanel.qml index 0bcca0be..2d850eac 100644 --- a/MiddlePanel.qml +++ b/MiddlePanel.qml @@ -51,7 +51,7 @@ Rectangle { property alias flickable: mainFlickable property Transfer transferView: Transfer { - onPaymentClicked: root.paymentClicked(address, paymentId, amount, mixinCount, priority, description) + onPaymentClicked: root.paymentClicked(recipients, paymentId, mixinCount, priority, description) onSweepUnmixableClicked: root.sweepUnmixableClicked() } property Receive receiveView: Receive { } @@ -66,7 +66,7 @@ Rectangle { property Keys keysView: Keys { } property Account accountView: Account { } - signal paymentClicked(string address, string paymentId, string amount, int mixinCount, int priority, string description) + signal paymentClicked(var recipients, string paymentId, int mixinCount, int priority, string description) signal sweepUnmixableClicked() signal generatePaymentIdInvoked() signal getProofClicked(string txid, string address, string message); -- cgit v1.2.3