Remove extra Tx fields

This commit is contained in:
adityapk00
2018-11-23 19:18:47 -08:00
parent b428f40def
commit 32bcfe2ce1
4 changed files with 5 additions and 7 deletions

View File

@@ -573,7 +573,6 @@ void MainWindow::postToZBoard() {
auto toAddr = topics[zb.topicsList->currentText()];
tx.toAddrs.push_back(ToFields{ toAddr, Settings::getZboardAmount(), memo, memo.toUtf8().toHex() });
tx.fee = Settings::getMinerFee();
tx.sendChangeToSapling = false;
json params = json::array();
rpc->fillTxJsonParams(params, tx);