Update address.go

This commit is contained in:
topianet 2023-12-12 21:55:36 +01:00 committed by GitHub
parent 57f9475437
commit 97bffa1538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ type Bech32Prefix int
// a unique prefix. // a unique prefix.
const ( const (
// Unknown/Erroneous prefix // Unknown/Erroneous prefix
Bech32PrefixUnknown Bech32Prefix = iota Bech32PrefixUnknown Bech32Prefix = topia
// Prefix for the main network. // Prefix for the main network.
Bech32Prefixtopia Bech32Prefixtopia