From e5f163a041d5a45ea72448e11cfc30abb16f10b6 Mon Sep 17 00:00:00 2001 From: Gavin Andresen Date: Tue, 19 Mar 2013 14:08:21 -0400 Subject: -alertnotify= Runs a shell command when an AppliesToMe() alert is received. %s in the string is replaced with the alert.strStatusBar message. --- src/alert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/alert.h') diff --git a/src/alert.h b/src/alert.h index 7949c76972..25e140f573 100644 --- a/src/alert.h +++ b/src/alert.h @@ -91,7 +91,7 @@ public: bool AppliesToMe() const; bool RelayTo(CNode* pnode) const; bool CheckSignature() const; - bool ProcessAlert(); + bool ProcessAlert(bool fThread = true); /* * Get copy of (active) alert object by hash. Returns a null alert if it is not found. -- cgit v1.2.3