refactor: enhance quota handling and logging for pre-consume operations
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
package common
|
||||
|
||||
func GetTrustQuota() int {
|
||||
return int(10 * QuotaPerUnit)
|
||||
}
|
||||
Reference in New Issue
Block a user