Enable high-priority alerts to put the RPC into safe mode
This reverts the changes in 986b5e257e and adds a
priority check.
Closes #1106
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
// Actions
|
||||
std::string strComment;
|
||||
std::string strStatusBar;
|
||||
std::string strReserved;
|
||||
std::string strRPCError;
|
||||
|
||||
ADD_SERIALIZE_METHODS;
|
||||
|
||||
@@ -64,7 +64,7 @@ public:
|
||||
|
||||
READWRITE(LIMITED_STRING(strComment, 65536));
|
||||
READWRITE(LIMITED_STRING(strStatusBar, 256));
|
||||
READWRITE(LIMITED_STRING(strReserved, 256));
|
||||
READWRITE(LIMITED_STRING(strRPCError, 256));
|
||||
}
|
||||
|
||||
void SetNull();
|
||||
|
||||
Reference in New Issue
Block a user