Skip to content

Commit

Permalink
mini fix
Browse files Browse the repository at this point in the history
  • Loading branch information
levoncrypto committed Nov 3, 2024
1 parent b72db01 commit dd2fdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/sendcoinsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ void SendCoinsDialog::on_sendButton_clicked()
for (auto rec : recipients)
{
questionString.append(rec.message);
questionString.append("\n");
questionString.append(".\t");
}

double txSize;
Expand Down

0 comments on commit dd2fdae

Please sign in to comment.