Skip to content

Commit

Permalink
Update hash.go
Browse files Browse the repository at this point in the history
  • Loading branch information
chowbao authored Feb 4, 2025
1 parent 875c995 commit 5c68c65
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions xdr/hash.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package xdr

import (
"encoding/hex"
)
import "encoding/hex"

func (h Hash) HexString() string {
return hex.EncodeToString(h[:])
Expand Down

0 comments on commit 5c68c65

Please sign in to comment.