mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-24 08:08:14 +11:00
main: Reduced extra logging
This commit is contained in:
parent
e6d75533e3
commit
3caff3b7c1
@ -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")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user