Add constant for regression test netowrk port.

This commit is contained in:
Dave Collins 2013-07-25 19:04:02 -05:00
parent 60dfddc9d0
commit 4e6b649be6

View file

@ -12,6 +12,7 @@ import (
const (
MainPort = "8333"
TestNetPort = "18333"
RegressionTestPort = "18444"
ProtocolVersion uint32 = 70001
TxVersion = 1