File size: 76 Bytes
daa8246
 
 
 
 
1
2
3
4
5
6
package common

func GetTrustQuota() int {
	return int(10 * QuotaPerUnit)
}