We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aae5498 commit fe6cb0fCopy full SHA for fe6cb0f
gnovm/stdlibs/std/crypto.gno
@@ -10,7 +10,7 @@ func (a Address) String() string {
10
11
// IsValid checks if the address is valid bech32 encoded string
12
func (a Address) IsValid() bool {
13
- _, _, ok := bech32.DecodeBech32(a)
+ _, _, ok := DecodeBech32(a)
14
return ok
15
}
16
0 commit comments