Add constant for regression test netowrk port.
This commit is contained in:
parent
60dfddc9d0
commit
4e6b649be6
1 changed files with 5 additions and 4 deletions
|
@ -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…
Reference in a new issue