mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 03:59:29 +00:00
Trezor: can't create SpendProofs: missing spendkey
This commit is contained in:
parent
1e943b6208
commit
c7558c2676
1 changed files with 5 additions and 0 deletions
|
@ -75,6 +75,11 @@ void TxProofDialog::selectSpendProof() {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (m_ctx->wallet->isHwBacked()) {
|
||||||
|
this->showWarning("SpendProof creation is not supported on this hardware device.");
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
ui->frame_message->show();
|
ui->frame_message->show();
|
||||||
ui->label_summary->setText("This proof shows you created a transaction with the txid shown above.");
|
ui->label_summary->setText("This proof shows you created a transaction with the txid shown above.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue