aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_config.h
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2017-02-02 21:34:31 +0200
committerRiccardo Spagni <ric@spagni.net>2017-02-02 21:34:31 +0200
commit3aa008e4c66039b2d0e72296fbb64458d62028ed (patch)
tree72eb8bdcec73b59eb7bf889f910e2c2d392d3d56 /src/cryptonote_config.h
parentMerge pull request #1645 (diff)
parentUpdate and use blockchain data files defines (diff)
downloadmonero-3aa008e4c66039b2d0e72296fbb64458d62028ed.tar.xz
Merge pull request #1646
95f3e193 Update and use blockchain data files defines (Miguel Herranz)
Diffstat (limited to 'src/cryptonote_config.h')
-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"