Remove prepended text: from floData sent from UI

This commit is contained in:
Sky Young 2019-01-29 10:35:17 -07:00 committed by bitspill
parent 6af88ae751
commit ffa312c126

View File

@ -266,8 +266,6 @@ void SendCoinsDialog::on_sendButton_clicked()
// prepare transaction for getting txFee earlier
std::string floData = ui->floData->text().toStdString();
if (!floData.empty())
floData = "text:" + floData;
WalletModelTransaction currentTransaction(recipients, floData);
WalletModel::SendCoinsReturn prepareStatus;