aboutsummaryrefslogtreecommitdiff
path: root/src/walletinitinterface.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright headers to 2018DrahtBot2018-07-271-1/+1
|
* Make gArgs aware of the argumentsAndrew Chow2018-05-091-1/+1
| | | | | gArgs knows what the available arguments are and their help. Getting the help message is moved to gArgs and HelpMessage() is removed
* wallet: Make WalletInitInterface members constJoão Barbosa2018-04-131-9/+9
|
* wallet: Make WalletInitInterface and DummyWalletInit privateJoão Barbosa2018-04-051-14/+0
|
* Avoid travis lint-include-guards errorChun Kuan Lee2018-04-021-3/+3
|
* [wallet] Add dummy wallet init classJohn Newbery2018-03-271-0/+14
|
* [wallet] Create wallet init interface.John Newbery2018-03-261-0/+37