Dash Core Source Documentation (0.16.0.1)
Find detailed information regarding the Dash Core source code.
Go to the source code of this file.
Functions | |
void | ObserveSafeMode () |
Variables | |
static const bool | DEFAULT_DISABLE_SAFEMODE = true |
Function Documentation
◆ ObserveSafeMode()
void ObserveSafeMode | ( | ) |
Definition at line 7 of file safemode.cpp.
References DEFAULT_DISABLE_SAFEMODE, gArgs, ArgsManager::GetBoolArg(), GetWarnings(), JSONRPCError(), and RPC_FORBIDDEN_BY_SAFE_MODE.
Referenced by abandontransaction(), abortrescan(), fundrawtransaction(), getbalance(), getreceivedbyaccount(), getreceivedbyaddress(), gettransaction(), getunconfirmedbalance(), getwalletinfo(), listaccounts(), listaddressgroupings(), listlockunspent(), listreceivedbyaccount(), listreceivedbyaddress(), listsinceblock(), listtransactions(), listunspent(), movecmd(), sendfrom(), sendmany(), sendrawtransaction(), sendtoaddress(), and signrawtransaction().
Variable Documentation
◆ DEFAULT_DISABLE_SAFEMODE
|
static |
Definition at line 8 of file safemode.h.
Referenced by HelpMessage(), and ObserveSafeMode().