We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0f927 commit 7c58c43Copy full SHA for 7c58c43
wire/protocol.go
@@ -186,10 +186,10 @@ const (
186
TestNet3 BitcoinNet = 0xf4f3e5f4
187
188
// TestNet4 represents the test network (version 4).
189
- TestNet4 BitcoinNet = 0xafdab7e2
+ TestNet4 BitcoinNet = 0xe2b7daaf
190
191
// ChipNet represents the chip network.
192
- ChipNet BitcoinNet = 0xafdab7e2
+ ChipNet BitcoinNet = 0xe2b7daaf
193
194
// SimNet represents the simulation test network.
195
SimNet BitcoinNet = 0x12141c16
@@ -201,6 +201,7 @@ var bnStrings = map[BitcoinNet]string{
201
MainNet: "MainNet",
202
TestNet: "TestNet",
203
TestNet3: "TestNet3",
204
+ TestNet4: "TestNet4",
205
SimNet: "SimNet",
206
}
207
0 commit comments