Russell Yanofsky
8db11dd0b1
Pass chain and client variables where needed
...
This commit does not change behavior. All it does is pass new function
parameters.
It is easiest to review this change with:
git log -p -n1 -U0 --word-diff-regex=.
2018-11-06 11:44:40 -04:00
John Newbery
7d038dcb41
[build] remove ENABLE_WALLET ifdef from httprpc.cpp
2018-09-10 14:27:32 -04:00
DrahtBot
eb7daf4d60
Update copyright headers to 2018
2018-07-27 07:15:02 -04:00
Andrew Chow
4d4185a4f0
Make gArgs aware of the arguments
...
gArgs knows what the available arguments are and their help. Getting
the help message is moved to gArgs and HelpMessage() is removed
2018-05-09 12:21:05 -04:00
João Barbosa
1936125671
wallet: Make WalletInitInterface members const
2018-04-13 14:02:59 +01:00
João Barbosa
39bc2faa2e
wallet: Make WalletInitInterface and DummyWalletInit private
2018-04-05 21:09:21 +01:00
Chun Kuan Lee
177b875adc
Avoid travis lint-include-guards error
2018-04-02 16:42:21 +08:00
John Newbery
c7ec524389
[wallet] Add dummy wallet init class
2018-03-27 15:35:54 -04:00
John Newbery
caaf9722f3
[wallet] Create wallet init interface.
2018-03-26 13:23:24 -04:00