quota.go 76 B

12345
  1. package common
  2. func GetTrustQuota() int {
  3. return int(10 * QuotaPerUnit)
  4. }