Add GetSecret() and GetKeys() to CKeyStore

This commit is contained in:
Pieter Wuille
2011-07-11 21:30:40 +02:00
committed by Pieter Wuille
parent 4c6e22953e
commit 93db3fceac
9 changed files with 177 additions and 136 deletions

View File

@@ -72,6 +72,7 @@ HEADERS = \
OBJS= \
obj/checkpoints.o \
obj/crypter.o \
obj/key.o \
obj/db.o \
obj/init.o \
obj/irc.o \