From 5d7a5d0e74eb9f1f653acdd330691b479a1eb8e7 Mon Sep 17 00:00:00 2001 From: CYBERSOLDIERwastaken <96685085+CYBERSOLDIERwastaken@users.noreply.github.com> Date: Thu, 1 Dec 2022 16:21:16 +0300 Subject: [PATCH] Update CryptoNoteConfig.h --- src/CryptoNoteConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CryptoNoteConfig.h b/src/CryptoNoteConfig.h index 4506f667c9..7391e14f71 100644 --- a/src/CryptoNoteConfig.h +++ b/src/CryptoNoteConfig.h @@ -73,7 +73,7 @@ const char MINER_CONFIG_FILE_NAME[] = "miner_conf.json" } // parameters //TODO Put here the name of your currency -const char CRYPTONOTE_NAME[] = ""; +const char CRYPTONOTE_NAME[] = "TurkoCoin"; const char GENESIS_COINBASE_TX_HEX[] = ""; const uint8_t CURRENT_TRANSACTION_VERSION = 1;