mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08: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 (
|
||||
MainPort = "8333"
|
||||
TestNetPort = "18333"
|
||||
ProtocolVersion uint32 = 70001
|
||||
TxVersion = 1
|
||||
MainPort = "8333"
|
||||
TestNetPort = "18333"
|
||||
RegressionTestPort = "18444"
|
||||
ProtocolVersion uint32 = 70001
|
||||
TxVersion = 1
|
||||
|
||||
// MultipleAddressVersion is the protocol version which added multiple
|
||||
// addresses per message (pver >= MultipleAddressVersion).
|
||||
|
Loading…
x
Reference in New Issue
Block a user