aboutsummaryrefslogtreecommitdiff
path: root/pages/History.qml
diff options
context:
space:
mode:
Diffstat (limited to 'pages/History.qml')
-rw-r--r--pages/History.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/History.qml b/pages/History.qml
index efdf5931..48befeaa 100644
--- a/pages/History.qml
+++ b/pages/History.qml
@@ -1720,7 +1720,7 @@ Rectangle {
}
console.log("getProof: Generate clicked: txid " + hash + ", address " + address);
- middlePanel.getProofClicked(hash, address, '');
+ middlePanel.getProofClicked(hash, address, '', null);
informationPopup.title = qsTr("Payment proof") + translationManager.emptyString;
informationPopup.text = qsTr("Generating payment proof") + "..." + translationManager.emptyString;
informationPopup.onCloseCallback = null