We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5ce3bd commit 064cd80Copy full SHA for 064cd80
1 file changed
common/constants.go
@@ -32,7 +32,7 @@ const (
32
// maxProtocolVersion is the max protocol version the peer supports.
33
//Common constants
34
VERSION_0 = byte(0)
35
- FACTOMD_VERSION = 3001 //version starts from 1000 for Factom
+ FACTOMD_VERSION = 3002 //fixed point. resolves to 0.<thousands place>.<rightmost digits>
36
NETWORK_ID_DB = uint32(4203931041) //0xFA92E5A1
37
NETWORK_ID_EB = uint32(4203931042) //0xFA92E5A2
38
NETWORK_ID_CB = uint32(4203931043) //0xFA92E5A3
0 commit comments