mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Update sendversion.go
This commit is contained in:
parent
46bea7f2fd
commit
12aeaa153b
@ -1,22 +1,22 @@
|
||||
package handshake
|
||||
|
||||
import (
|
||||
"github.com/kaspanet/kaspad/app/appmessage"
|
||||
"github.com/kaspanet/kaspad/app/protocol/common"
|
||||
peerpkg "github.com/kaspanet/kaspad/app/protocol/peer"
|
||||
"github.com/kaspanet/kaspad/infrastructure/logger"
|
||||
"github.com/kaspanet/kaspad/infrastructure/network/netadapter/router"
|
||||
"github.com/kaspanet/kaspad/version"
|
||||
"github.com/fabbez/topiad/app/appmessage"
|
||||
"github.com/fabbez/topiad/app/protocol/common"
|
||||
peerpkg "github.com/fabbez/topiad/app/protocol/peer"
|
||||
"github.com/fabbez/topiad/infrastructure/logger"
|
||||
"github.com/fabbez/topiad/infrastructure/network/netadapter/router"
|
||||
"github.com/fabbez/topiad/version"
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
var (
|
||||
// userAgentName is the user agent name and is used to help identify
|
||||
// ourselves to other kaspa peers.
|
||||
userAgentName = "kaspad"
|
||||
// ourselves to other topia peers.
|
||||
userAgentName = "topiad"
|
||||
|
||||
// userAgentVersion is the user agent version and is used to help
|
||||
// identify ourselves to other kaspa peers.
|
||||
// identify ourselves to other topia peers.
|
||||
userAgentVersion = version.Version()
|
||||
|
||||
// defaultServices describes the default services that are supported by
|
||||
|
Loading…
x
Reference in New Issue
Block a user