diff --git a/FireWallet/MainForm.cs b/FireWallet/MainForm.cs index 1295d1f..900a760 100644 --- a/FireWallet/MainForm.cs +++ b/FireWallet/MainForm.cs @@ -1804,7 +1804,7 @@ namespace FireWallet return; } JObject resp = JObject.Parse(response); - if (resp["error"] != null) + if (resp["error"].ToString() != "") { AddLog("Error sending reveal"); AddLog(resp["error"].ToString());