Skip to content

Commit

Permalink
Correct TestNet pchMessageStart in protocol.go
Browse files Browse the repository at this point in the history
  • Loading branch information
metacoin authored and bitspill committed Jan 17, 2020
1 parent cc9fe6a commit bf2a74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wire/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ const (
MainNet BitcoinNet = 0xf1a5c0fd

// TestNet represents the regression test network.
TestNet BitcoinNet = 0xfabfb5da
TestNet BitcoinNet = 0xdab5bffa

// TestNet3 represents the test network (version 3).
TestNet3 BitcoinNet = 0xf25ac0fd
Expand Down

0 comments on commit bf2a74e

Please sign in to comment.