Skip to content

Commit

Permalink
chore: bump the snapshot format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sai Kumar committed Feb 28, 2022
1 parent f422e7c commit beb757c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snapshots/types/format.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ package types
// CurrentFormat is the currently used format for snapshots. Snapshots using the same format
// must be identical across all nodes for a given height, so this must be bumped when the binary
// snapshot output changes.
const CurrentFormat uint32 = 1
const CurrentFormat uint32 = 2

0 comments on commit beb757c

Please sign in to comment.