Close #13 очистка вывода
This commit is contained in:
@@ -87,7 +87,7 @@ int AccountUpdate::ProcessUrl(std::string date, std::string signature, std::stri
|
||||
stream << "message: " << jsonData["result"]["message"] << endl;
|
||||
string decoded = stream.str();
|
||||
cout << decoded << endl;
|
||||
string payload = base64_decode(jsonData["payload"]);
|
||||
string payload = cleanup_html(base64_decode(jsonData["payload"]));
|
||||
if (isDebug)
|
||||
ShowDebug(data, decoded, 1, payload);
|
||||
|
||||
|
||||
@@ -15,3 +15,4 @@
|
||||
Время окончания сделки (длительность сделки), по умолчанию: 14d
|
||||
-p|--pay { <гггг-мм-дд> [чч:мм:сс UTC] | <время>[smhd] }
|
||||
Время для оплаты сделки; по умолчанию: 1d
|
||||
|
||||
Reference in New Issue
Block a user