index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wallet
/
init.cpp
Age
Commit message (
Expand
)
Author
2017-11-16
scripted-diff: Replace #include "" with #include <> (ryanofsky)
MeshCollider
2017-11-07
Fix -disablewallet default value
João Barbosa
2017-11-07
Improve -disablewallet parameter interaction
João Barbosa
2017-09-08
Merge #11250: Bump wallet version to 159900 and remove the `usehd` option
Wladimir J. van der Laan
2017-09-07
Remove usehd option and warn when it is used
Andrew Chow
2017-09-07
[wallet] Add StartWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add RegisterWalletRPC() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add CloseWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add StopWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Add FlushWallets() function to wallet/init.cpp
John Newbery
2017-09-07
[wallet] Rename WalletVerify() to VerifyWallets()
John Newbery
2017-09-07
[wallet] Rename InitLoadWallet() to OpenWallets()
John Newbery
2017-08-14
MOVEONLY: Init functions wallet/wallet.cpp -> wallet/init.cpp
Russell Yanofsky
2017-08-14
Move some static functions out of wallet.h/cpp
Russell Yanofsky