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
@ -12,6 +12,7 @@ import (
|
|||||||
const (
|
const (
|
||||||
MainPort = "8333"
|
MainPort = "8333"
|
||||||
TestNetPort = "18333"
|
TestNetPort = "18333"
|
||||||
|
RegressionTestPort = "18444"
|
||||||
ProtocolVersion uint32 = 70001
|
ProtocolVersion uint32 = 70001
|
||||||
TxVersion = 1
|
TxVersion = 1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user