From 7e9dae2d7f9df2210cf47a4360c89a6dae344618 Mon Sep 17 00:00:00 2001 From: Aiwe Date: Fri, 19 Jun 2020 09:56:13 +0300 Subject: [PATCH] Updated core with tx fee validation fixed and other changes --- cn_version.cmake | 2 +- cryptonote | 2 +- src/gui/AboutDialog.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cn_version.cmake b/cn_version.cmake index 11d6aa783..de81c4217 100644 --- a/cn_version.cmake +++ b/cn_version.cmake @@ -60,5 +60,5 @@ if(GIT_FOUND) set(PROJECT_VERSION_REV ${PROJECT_GIT_COMMIT_COUNT}) endif() - configure_file("cryptonote/src/cnVersion.h.in" "cnVersion.h") + configure_file("cryptonote/src/version.h.in" "version.h") endif() \ No newline at end of file diff --git a/cryptonote b/cryptonote index 265facb6e..7f0681e89 160000 --- a/cryptonote +++ b/cryptonote @@ -1 +1 @@ -Subproject commit 265facb6e42190d9c58fd4f361a118914b32097f +Subproject commit 7f0681e894122d0de16a304d5490bcd12a594c56 diff --git a/src/gui/AboutDialog.cpp b/src/gui/AboutDialog.cpp index bb5213e3c..8d3d70f88 100644 --- a/src/gui/AboutDialog.cpp +++ b/src/gui/AboutDialog.cpp @@ -5,7 +5,7 @@ #include "AboutDialog.h" #include "CurrencyAdapter.h" #include "Settings.h" -#include "cnVersion.h" +#include "version.h" #include "CryptoNoteWalletConfig.h" #include "ui_aboutdialog.h"