mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-25 06:39:01 +00:00
Fixing the variable name for amountInput
This commit is contained in:
parent
7b49342605
commit
d4919f016f
@ -251,7 +251,7 @@ void PaperWalletDialog::on_printButton_clicked()
|
||||
{
|
||||
|
||||
recipients.append(SendCoinsRecipient(dest,tr("Paper wallet %1").arg(dest), amount,""));
|
||||
formatted.append(tr("<b>%1</b> to Paper Wallet <span style='font-family: monospace;'>%2</span>").arg(amt,GUIUtil::HtmlEscape(dest)));
|
||||
formatted.append(tr("<b>%1</b> to Paper Wallet <span style='font-family: monospace;'>%2</span>").arg(amountInput,GUIUtil::HtmlEscape(dest)));
|
||||
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user