Close #21 remove default value to at parameter

This commit is contained in:
Vladimir N. Korotenko
2025-11-27 08:58:56 +03:00
parent 82b370a5f3
commit a347af5f45

View File

@@ -134,8 +134,7 @@ int Deals::Create()
string pay; string pay;
at = GetVal("-a", "--at"); at = GetVal("-a", "--at");
if (at.length() == 0) // if (at.length() == 0) at = "https://testnet-dm2.bitdeals.org";
at = "https://testnet-dm2.bitdeals.org";
seller = GetVal("-s", "--seller"); seller = GetVal("-s", "--seller");
customer = GetVal("-c", "--customer"); customer = GetVal("-c", "--customer");
type = GetVal("-t", "--type"); type = GetVal("-t", "--type");