DebugStatus is the current node debug status, listing the various node debug options if enabled.

interface ControlDebugStatus {
    allow_root: boolean;
    enabled: boolean;
}

Properties

Properties

allow_root: boolean

AllowRoot is true iff the node is running with DebugAllowRoot set.

enabled: boolean

Enabled is true iff the node is running with DebugDontBlameOasis set.