mirror of
https://github.com/OpenCoin/oc-mint-cpp.git
synced 2025-07-03 13:49:42 +02:00
corrected name RequestCDD to RequestCDDC
This commit is contained in:
@ -100,14 +100,14 @@ struct Response {
|
||||
virtual crow::json::wvalue to_json() const;
|
||||
};
|
||||
|
||||
struct RequestCDDSerial {
|
||||
struct RequestCDDCSerial {
|
||||
unsigned int message_reference; /// Client internal message reference.
|
||||
/// (Integer)
|
||||
static tl::expected<RequestCDDSerial, eError>
|
||||
static tl::expected<RequestCDDCSerial, eError>
|
||||
from_string(const std::string &str);
|
||||
};
|
||||
|
||||
struct ResponseCDDSerial : Response {
|
||||
struct ResponseCDDCSerial : Response {
|
||||
unsigned int cdd_serial;
|
||||
|
||||
crow::json::wvalue to_json() const override;
|
||||
|
Reference in New Issue
Block a user