diff --git a/src/qt/metadexdialog.cpp b/src/qt/metadexdialog.cpp index 68688ce40b269..1e1af2ef8eaf9 100755 --- a/src/qt/metadexdialog.cpp +++ b/src/qt/metadexdialog.cpp @@ -624,8 +624,8 @@ void MetaDExDialog::sendTrade(bool sell) if (!autoCommit) { PopulateSimpleDialog(rawHex, "Raw Hex (auto commit is disabled)", "Raw transaction hex"); } else { - PopulateTXSentDialog(txid.GetHex()); PendingAdd(txid, strFromAddress, "", MSC_TYPE_METADEX, propertyIdSell, amountSell, propertyIdDes, amountDes, 1); + PopulateTXSentDialog(txid.GetHex()); } } } diff --git a/src/qt/sendmpdialog.cpp b/src/qt/sendmpdialog.cpp index 71a5edc45af3c..0a258ed673b16 100644 --- a/src/qt/sendmpdialog.cpp +++ b/src/qt/sendmpdialog.cpp @@ -322,8 +322,8 @@ void SendMPDialog::sendMPTransaction() if (!autoCommit) { PopulateSimpleDialog(rawHex, "Raw Hex (auto commit is disabled)", "Raw transaction hex"); } else { - PopulateTXSentDialog(txid.GetHex()); PendingAdd(txid, fromAddress.ToString(), refAddress.ToString(), MSC_TYPE_SIMPLE_SEND, propertyId, sendAmount); + PopulateTXSentDialog(txid.GetHex()); } } clearFields();