aboutsummaryrefslogtreecommitdiff
path: root/src/walletinitinterface.h
AgeCommit message (Collapse)Author
2018-07-27Update copyright headers to 2018DrahtBot
2018-05-09Make gArgs aware of the argumentsAndrew Chow
gArgs knows what the available arguments are and their help. Getting the help message is moved to gArgs and HelpMessage() is removed
2018-04-13wallet: Make WalletInitInterface members constJoão Barbosa
2018-04-05wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa
2018-04-02Avoid travis lint-include-guards errorChun Kuan Lee
2018-03-27[wallet] Add dummy wallet init classJohn Newbery
2018-03-26[wallet] Create wallet init interface.John Newbery