leveldbwrapper file rename to dbwrapper.*

This commit is contained in:
Jeff Garzik
2015-10-22 21:33:06 -04:00
committed by Jack Grigg
parent f345c41ec4
commit e3da7a572d
7 changed files with 10 additions and 10 deletions

View File

@@ -149,7 +149,7 @@ BITCOIN_CORE_H = \
init.h \
key.h \
keystore.h \
leveldbwrapper.h \
dbwrapper.h \
limitedmap.h \
main.h \
memusage.h \
@@ -241,7 +241,7 @@ libbitcoin_server_a_SOURCES = \
httprpc.cpp \
httpserver.cpp \
init.cpp \
leveldbwrapper.cpp \
dbwrapper.cpp \
main.cpp \
merkleblock.cpp \
metrics.cpp \