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 ce63d4a4d0
commit d1bb41b5ed

View File

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