mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-16 16:12:14 +11:00
🐛 fixed last commit
This commit is contained in:
parent
7ad83bfb63
commit
bf5c2fde33
1 changed files with 0 additions and 1 deletions
|
|
@ -119,7 +119,6 @@ void api::ApiProperties(req_args) const
|
|||
Json::Value temp;
|
||||
temp["version"] = API_VERSION;
|
||||
temp["max_log"] = MAX_LOG_SIZE;
|
||||
temp["pre_log"] = PRE_LOG_SIZE;
|
||||
temp["min_name"] = min_name_size;
|
||||
temp["max_name"] = max_name_size;
|
||||
temp["return_on_del"] = RETURN_ON_DEL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue