This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
Server
/
new-api
ウォッチ
40
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
897955256e
ブランチ
タグ
main
master
master-merge
new-api
/
common
/
quota.go
quota.go
76 B
履歴
Raw
1
2
3
4
5
package common
func GetTrustQuota() int {
return int(10 * QuotaPerUnit)
}