Moved checkpoints out of main, to prep for using them to help prevent DoS attacks

This commit is contained in:
Gavin Andresen
2011-09-08 16:50:58 -04:00
parent a7120a3647
commit eb5fff9e16
13 changed files with 121 additions and 29 deletions

View File

@@ -49,6 +49,7 @@ CFLAGS=-mmacosx-version-min=10.5 -arch i386 -O3 -Wno-invalid-offsetof -Wformat $
HEADERS = \
base58.h \
bignum.h \
checkpoints.h \
crypter.h \
db.h \
headers.h \
@@ -69,6 +70,7 @@ HEADERS = \
wallet.h
OBJS= \
obj/checkpoints.o \
obj/crypter.o \
obj/db.o \
obj/init.o \