Remove prepended text: from floData sent from UI
This commit is contained in:
parent
6af88ae751
commit
ffa312c126
@ -266,8 +266,6 @@ void SendCoinsDialog::on_sendButton_clicked()
|
|||||||
|
|
||||||
// prepare transaction for getting txFee earlier
|
// prepare transaction for getting txFee earlier
|
||||||
std::string floData = ui->floData->text().toStdString();
|
std::string floData = ui->floData->text().toStdString();
|
||||||
if (!floData.empty())
|
|
||||||
floData = "text:" + floData;
|
|
||||||
WalletModelTransaction currentTransaction(recipients, floData);
|
WalletModelTransaction currentTransaction(recipients, floData);
|
||||||
WalletModel::SendCoinsReturn prepareStatus;
|
WalletModel::SendCoinsReturn prepareStatus;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user