diff --git a/src/widgets/txproofwidget.cpp b/src/widgets/txproofwidget.cpp
index 81178cd..d7b54d4 100644
--- a/src/widgets/txproofwidget.cpp
+++ b/src/widgets/txproofwidget.cpp
@@ -32,6 +32,11 @@ TxProofWidget::TxProofWidget(QWidget *parent, Wallet *wallet, TransactionInfo *t
connect(ui->btn_copySpendProof, &QPushButton::clicked, this, &TxProofWidget::copySpendProof);
connect(ui->btn_copyTxProof, &QPushButton::clicked, this, &TxProofWidget::copyTxProof);
+
+ ui->label_SpendProof->setHelpText("A SpendProof proves authorship of a transaction.\n\n"
+ "SpendProofs do not prove that a particular amount was sent to an address, for that use OutProofs.");
+ ui->label_InOutProof->setHelpText("An InProof proves ownership of an output.\n"
+ "An OutProof shows the prover sent an output to an address.");
}
void TxProofWidget::copySpendProof() {
diff --git a/src/widgets/txproofwidget.ui b/src/widgets/txproofwidget.ui
index 91f1efc..ab96be4 100644
--- a/src/widgets/txproofwidget.ui
+++ b/src/widgets/txproofwidget.ui
@@ -48,7 +48,7 @@
-
-
+
SpendProof
@@ -72,7 +72,7 @@
-
-
+
0
@@ -98,6 +98,13 @@
+
+
+ HelpLabel
+ QLabel
+
+
+