This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
Server
/
new-api
Vigiar
40
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
d8c550309b
Ramos
Etiquetas
main
master
master-merge
new-api
/
common
/
quota.go
quota.go
76 B
Histórico
Em bruto
1
2
3
4
5
package common
func GetTrustQuota() int {
return int(10 * QuotaPerUnit)
}