add new checkpoint
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user