mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2025-12-06 16:43:01 +11:00
main: Fixed error check in reveal all
This commit is contained in:
@@ -1804,7 +1804,7 @@ namespace FireWallet
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
JObject resp = JObject.Parse(response);
|
JObject resp = JObject.Parse(response);
|
||||||
if (resp["error"] != null)
|
if (resp["error"].ToString() != "")
|
||||||
{
|
{
|
||||||
AddLog("Error sending reveal");
|
AddLog("Error sending reveal");
|
||||||
AddLog(resp["error"].ToString());
|
AddLog(resp["error"].ToString());
|
||||||
|
|||||||
Reference in New Issue
Block a user