aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authorMiguel Herranz <miguel@ipglider.org>2017-01-28 15:55:14 +0100
committerMiguel Herranz <miguel@ipglider.org>2017-01-28 15:55:14 +0100
commit95f3e193f041f4970b3bb7d49543e303cf0a204e (patch)
tree034721d3e40b8027e067cde3451615b81da3a235 /src/cryptonote_config.h
parentMerge pull request #1622 (diff)
downloadmonero-95f3e193f041f4970b3bb7d49543e303cf0a204e.tar.xz
Update and use blockchain data files defines
Diffstat (limited to '')
-rw-r--r--src/cryptonote_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h
index 95cbf74f0..97f2f2afc 100644
--- a/src/cryptonote_config.h
+++ b/src/cryptonote_config.h
@@ -120,8 +120,8 @@
#define CRYPTONOTE_NAME "bitmonero"
#define CRYPTONOTE_POOLDATA_FILENAME "poolstate.bin"
-#define CRYPTONOTE_BLOCKCHAINDATA_FILENAME "blockchain.bin"
-#define CRYPTONOTE_BLOCKCHAINDATA_TEMP_FILENAME "blockchain.bin.tmp"
+#define CRYPTONOTE_BLOCKCHAINDATA_FILENAME "data.mdb"
+#define CRYPTONOTE_BLOCKCHAINDATA_LOCK_FILENAME "lock.mdb"
#define P2P_NET_DATA_FILENAME "p2pstate.bin"
#define MINER_CONFIG_FILE_NAME "miner_conf.json"