From 4e6b649be65ba20510cb75b99ef23fab48479664 Mon Sep 17 00:00:00 2001 From: Dave Collins Date: Thu, 25 Jul 2013 19:04:02 -0500 Subject: [PATCH] Add constant for regression test netowrk port. --- protocol.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/protocol.go b/protocol.go index 284a6692..60935110 100644 --- a/protocol.go +++ b/protocol.go @@ -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).