From 559cdd6c0d8dbc0f910aa4edd3d98af807d8e5e0 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Mon, 28 May 2018 21:05:31 -0700 Subject: [PATCH] [lbry] wire: update protocol NetIDs --- wire/protocol.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wire/protocol.go b/wire/protocol.go index 8cc9838a..cade06b7 100644 --- a/wire/protocol.go +++ b/wire/protocol.go @@ -147,13 +147,13 @@ type BitcoinNet uint32 // better idea to simply disconnect clients that are misbehaving over TCP. const ( // MainNet represents the main bitcoin network. - MainNet BitcoinNet = 0xd9b4bef9 + MainNet BitcoinNet = 0xf1aae4fa // TestNet represents the regression test network. - TestNet BitcoinNet = 0xdab5bffa + TestNet BitcoinNet = 0xd1aae4fa // TestNet3 represents the test network (version 3). - TestNet3 BitcoinNet = 0x0709110b + TestNet3 BitcoinNet = 0xe1aae4fa // SimNet represents the simulation test network. SimNet BitcoinNet = 0x12141c16