Update address.go

This commit is contained in:
topianet 2023-12-11 18:42:18 +01:00 committed by GitHub
parent 73ecf6a6c6
commit 57f9475437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ import (
"github.com/pkg/errors"
"golang.org/x/crypto/blake2b"
"github.com/kaspanet/kaspad/util/bech32"
"github.com/fabbez/topiad/util/bech32"
)
var (
@ -118,7 +118,7 @@ type Address interface {
Prefix() Bech32Prefix
// IsForPrefix returns whether or not the address is associated with the
// passed kaspa network.
// passed topia network.
IsForPrefix(prefix Bech32Prefix) bool
}