Skip to content

Commit

Permalink
docs: how snapshot was created (#3937)
Browse files Browse the repository at this point in the history
Closes #3935
  • Loading branch information
rootulp authored Oct 3, 2024
1 parent 9c12365 commit b717c8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/test/state_sync_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ func createTestApp(t *testing.T) *app.App {

func createRequest() abcitypes.RequestOfferSnapshot {
return abcitypes.RequestOfferSnapshot{
// Snapshot was created by logging the contents of OfferSnapshot on a
// node that was syncing via state sync.
Snapshot: &abcitypes.Snapshot{
Height: 0x290400,
Format: 0x2,
Expand Down

0 comments on commit b717c8d

Please sign in to comment.