diff options
author | Jeff Garzik <jgarzik@bitpay.com> | 2013-08-25 00:00:02 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@bitpay.com> | 2013-10-01 16:14:37 -0400 |
commit | b0730874d95e42953736f49d8041221d698ed95a (patch) | |
tree | db3e8841f61b5efccfbc1b4bc2a0b99380a64ce0 /src/bitcoinrpc.h | |
parent | 19c415b1cf0dc4fd5fe08e8e7e146c7996261170 (diff) |
Support absence of wallet (pwalletMain==NULL) in several locations,
notably RPC.
Diffstat (limited to 'src/bitcoinrpc.h')
-rw-r--r-- | src/bitcoinrpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bitcoinrpc.h b/src/bitcoinrpc.h index 0523a1c42c..ce1c0e68b7 100644 --- a/src/bitcoinrpc.h +++ b/src/bitcoinrpc.h @@ -104,6 +104,7 @@ public: rpcfn_type actor; bool okSafeMode; bool threadSafe; + bool reqWallet; }; /** |