diff --git a/FireWallet/MainForm.cs b/FireWallet/MainForm.cs index 95540a0..4efec22 100644 --- a/FireWallet/MainForm.cs +++ b/FireWallet/MainForm.cs @@ -1595,8 +1595,6 @@ namespace FireWallet if (!WatchOnly) { - - AddLog("Sending " + amount.ToString() + " HNS to " + address); string content = "{\"method\": \"sendtoaddress\",\"params\": [ \"" + address + "\", " + amount.ToString() + ", \"\", \"\", " + subtractFee + " ]}"; string output = await APIPost("", true, content);