Skip to content

Commit 064cd80

Browse files
committed
bump revision
1 parent c5ce3bd commit 064cd80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const (
3232
// maxProtocolVersion is the max protocol version the peer supports.
3333
//Common constants
3434
VERSION_0 = byte(0)
35-
FACTOMD_VERSION = 3001 //version starts from 1000 for Factom
35+
FACTOMD_VERSION = 3002 //fixed point. resolves to 0.<thousands place>.<rightmost digits>
3636
NETWORK_ID_DB = uint32(4203931041) //0xFA92E5A1
3737
NETWORK_ID_EB = uint32(4203931042) //0xFA92E5A2
3838
NETWORK_ID_CB = uint32(4203931043) //0xFA92E5A3

0 commit comments

Comments
 (0)