mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2025-12-06 08:33:00 +11:00
main: Reduced extra logging
This commit is contained in:
@@ -900,7 +900,6 @@ namespace FireWallet
|
|||||||
buttonRevealAll.Enabled = false;
|
buttonRevealAll.Enabled = false;
|
||||||
string content = "{\"method\": \"sendreveal\"}";
|
string content = "{\"method\": \"sendreveal\"}";
|
||||||
string response = await APIPost("", true, content);
|
string response = await APIPost("", true, content);
|
||||||
AddLog(response);
|
|
||||||
if (response == "Error")
|
if (response == "Error")
|
||||||
{
|
{
|
||||||
AddLog("Error sending reveal");
|
AddLog("Error sending reveal");
|
||||||
@@ -936,7 +935,6 @@ namespace FireWallet
|
|||||||
{
|
{
|
||||||
buttonRedeemAll.Enabled = false;
|
buttonRedeemAll.Enabled = false;
|
||||||
string content = "{\"method\": \"sendbatch\", \"params\":[[[\"REDEEM\"]]]}";
|
string content = "{\"method\": \"sendbatch\", \"params\":[[[\"REDEEM\"]]]}";
|
||||||
AddLog(content);
|
|
||||||
string response = await APIPost("", true, content);
|
string response = await APIPost("", true, content);
|
||||||
if (response == "Error")
|
if (response == "Error")
|
||||||
{
|
{
|
||||||
@@ -975,7 +973,6 @@ namespace FireWallet
|
|||||||
{
|
{
|
||||||
buttonSendAll.Enabled = false;
|
buttonSendAll.Enabled = false;
|
||||||
string content = "{\"method\": \"sendbatch\", \"params\":[[[\"REVEAL\"],[\"REDEEM\"],[\"RENEW\"]]]}";
|
string content = "{\"method\": \"sendbatch\", \"params\":[[[\"REVEAL\"],[\"REDEEM\"],[\"RENEW\"]]]}";
|
||||||
AddLog(content);
|
|
||||||
string response = await APIPost("", true, content);
|
string response = await APIPost("", true, content);
|
||||||
if (response == "Error")
|
if (response == "Error")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user