fix(starnet): simplify default user agent

This commit is contained in:
2026-05-24 12:08:21 +08:00
parent 2f4c7158cf
commit b026953c74
+1 -1
View File
@@ -24,7 +24,7 @@ const (
const (
DefaultDialTimeout = 5 * time.Second
DefaultTimeout = 10 * time.Second
DefaultUserAgent = "Starnet/1.0.0"
DefaultUserAgent = "starnet"
DefaultFetchRespBody = false
)