diff --git a/dm-cli/Deals.cpp b/dm-cli/Deals.cpp index fe21a17..b571932 100644 --- a/dm-cli/Deals.cpp +++ b/dm-cli/Deals.cpp @@ -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");