diff options
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 4abda7eda6..f70216392d 100644 --- a/src/bitcoinrpc.h +++ b/src/bitcoinrpc.h @@ -46,6 +46,7 @@ public: std::string name; rpcfn_type actor; bool okSafeMode; + bool unlocked; }; /** |