add new checkpoint

This commit is contained in:
DenioD
2020-05-09 13:27:32 +02:00
parent b99a0b1210
commit 3998e83a1b
4 changed files with 5 additions and 9 deletions

View File

@@ -158,8 +158,6 @@ void ChatModel::renderChatBox(Ui::MainWindow* ui, QListView *view)
}
void MainWindow::renderContactRequest(){
Ui_requestDialog requestContact;
@@ -322,7 +320,6 @@ QString MainWindow::createHeaderMemo(QString type, QString cid, QString zaddr,
}
// Create a Tx from the current state of the Chat page.
Tx MainWindow::createTxFromChatPage() {
Tx tx;
@@ -468,7 +465,6 @@ void MainWindow::sendChatButton() {
);
}
QString MainWindow::doSendChatTxValidations(Tx tx) {
// Check to see if we have enough verified funds to send the Tx.

View File

@@ -889,7 +889,6 @@ void Controller::refreshTransactions() {
true
);
DataStore::getChatDataStore()->setData(chatModel->generateChatItemID(item), item);
//chatModel->addMessage(item);
}
@@ -984,6 +983,7 @@ void Controller::refreshTransactions() {
}else{ contact = "";}
position = it["position"].get<json::number_integer_t>();
ChatItem item = ChatItem(
datetime,
address,