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