mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-10-14 00:59:33 +00:00
Add constant for regression test netowrk port.
This commit is contained in:
parent
60dfddc9d0
commit
4e6b649be6
@ -10,10 +10,11 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
MainPort = "8333"
|
MainPort = "8333"
|
||||||
TestNetPort = "18333"
|
TestNetPort = "18333"
|
||||||
ProtocolVersion uint32 = 70001
|
RegressionTestPort = "18444"
|
||||||
TxVersion = 1
|
ProtocolVersion uint32 = 70001
|
||||||
|
TxVersion = 1
|
||||||
|
|
||||||
// MultipleAddressVersion is the protocol version which added multiple
|
// MultipleAddressVersion is the protocol version which added multiple
|
||||||
// addresses per message (pver >= MultipleAddressVersion).
|
// addresses per message (pver >= MultipleAddressVersion).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user