mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 09:18:15 +11:00
main: Stop logging sending HNS unless errors
This commit is contained in:
parent
dc09194759
commit
8f241fc90a
@ -1595,8 +1595,6 @@ namespace FireWallet
|
|||||||
|
|
||||||
if (!WatchOnly)
|
if (!WatchOnly)
|
||||||
{
|
{
|
||||||
|
|
||||||
AddLog("Sending " + amount.ToString() + " HNS to " + address);
|
|
||||||
string content = "{\"method\": \"sendtoaddress\",\"params\": [ \"" + address + "\", " +
|
string content = "{\"method\": \"sendtoaddress\",\"params\": [ \"" + address + "\", " +
|
||||||
amount.ToString() + ", \"\", \"\", " + subtractFee + " ]}";
|
amount.ToString() + ", \"\", \"\", " + subtractFee + " ]}";
|
||||||
string output = await APIPost("", true, content);
|
string output = await APIPost("", true, content);
|
||||||
|
Loading…
Reference in New Issue
Block a user