1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-12 12:50:28 +08:00

update deps

This commit is contained in:
源文雨
2022-04-15 16:19:19 +08:00
parent 723204917c
commit d0bbddc3ba
5 changed files with 22 additions and 17 deletions

View File

@@ -64,7 +64,7 @@ func (l *Link) Destroy() {
func (l *Link) String() (n string) {
n = "default"
if l.pubk != nil {
b, err := base14.UTF16be2utf8(base14.Encode(l.pubk[:7]))
b, err := base14.UTF16BE2UTF8(base14.Encode(l.pubk[:7]))
if err == nil {
n = helper.BytesToString(b)
} else {