Close #21 remove default value to at parameter
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user