aboutsummaryrefslogtreecommitdiff
path: root/src/keystore.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* move wallet code to separate filePieter Wuille2011-06-151-0/+33
This introduces two new source files, keystore.cpp and wallet.cpp with corresponding headers. Code is moved from main and db, in a preparation for a follow-up commit which introduces the classes CWallet and CKeyStore.