From 6c8e262eb46aa3e739569afe5b10681e06b2e37e Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 19 Feb 2020 06:02:07 -0500 Subject: [PATCH] Bless Satoshi --- src/mainwindow.cpp | 2 +- src/txtablemodel.cpp | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 59eb822..4cf0057 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1230,7 +1230,7 @@ void MainWindow::setupChatTab() { QStringListModel *conversationModel = new QStringListModel(); QStringList conversations; - conversations << "Bring home some milk" << "Markets look rough" << "How's the weather?" << "Is this on?"; + conversations << "The Bitcoin network might actually reduce spam by diverting zombie farms to generating bitcoins instead."; conversationModel->setStringList(conversations); //conversationModel[0].setItemAlignment(Qt::AlignRight); diff --git a/src/txtablemodel.cpp b/src/txtablemodel.cpp index e7e4f96..2e2698d 100644 --- a/src/txtablemodel.cpp +++ b/src/txtablemodel.cpp @@ -1,3 +1,5 @@ +// Copyright 2019-2020 The Hush Developers +// Released under the GPLv3 #include "txtablemodel.h" #include "settings.h" #include "rpc.h"