domain: Fixed single renews

This commit is contained in:
Nathan Woodburn 2023-06-11 13:28:16 +10:00
parent 860000bea8
commit 21ef8b2139
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -771,9 +771,6 @@ namespace FireWallet
}
else if (state == "REVEAL")
{
decimal bid = Convert.ToDecimal(textBoxBid.Text);
decimal blind = Convert.ToDecimal(textBoxBlind.Text);
decimal lockup = bid + blind;
string content = "{\"method\": \"sendreveal\", \"params\": [\"" + domain + "\"]}";
string response = await APIPost("", true, content);