update to v2.0.2 announcement

This commit is contained in:
Cassandra Heart 2024-10-25 15:37:54 -05:00
parent 840df58634
commit 55c70915c8
No known key found for this signature in database
GPG Key ID: 6352152859385958

View File

@ -55,7 +55,7 @@ var BITMASK_ALL = []byte{
0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
}
var ANNOUNCE_PREFIX = "quilibrium-2.0.0-dusk-"
var ANNOUNCE_PREFIX = "quilibrium-2.0.2-dusk-"
func getPeerID(p2pConfig *config.P2PConfig) peer.ID {
peerPrivKey, err := hex.DecodeString(p2pConfig.PeerPrivKey)