modify hold value to total value (#9)
Some checks failed
Java deploy / deploy (push) Has been cancelled

This commit is contained in:
Gregory 2024-10-07 12:31:21 +03:00 committed by GitHub
parent 5ee237c91f
commit 3870a390b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,7 +39,10 @@ struct LimitResponse {
1: optional LimitId limit_id
2: required LimitName limit_name
3: required Value commit_value
4: required Value hold_value
/*
* Суммарное значение всех коммитов, всех текущих холдов и нового холда в обработке
* */
4: required Value total_value
}
service LiminatorService {