mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 09:18:15 +11:00
domains: Fixed opening domain error
This commit is contained in:
parent
b93c981fcd
commit
b34c6507b8
@ -804,9 +804,6 @@ namespace FireWallet
|
|||||||
}
|
}
|
||||||
else if (state == "AVAILABLE")
|
else if (state == "AVAILABLE")
|
||||||
{
|
{
|
||||||
decimal bid = Convert.ToDecimal(textBoxBid.Text);
|
|
||||||
decimal blind = Convert.ToDecimal(textBoxBlind.Text);
|
|
||||||
decimal lockup = bid + blind;
|
|
||||||
string content = "{\"method\": \"sendopen\", \"params\": [\"" + domain + "\"]}";
|
string content = "{\"method\": \"sendopen\", \"params\": [\"" + domain + "\"]}";
|
||||||
|
|
||||||
string response = await APIPost("", true, content);
|
string response = await APIPost("", true, content);
|
||||||
|
Loading…
Reference in New Issue
Block a user