Skip to content

Commit

Permalink
Track changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jul 24, 2024
1 parent f11f7b9 commit 2de2c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/example-posix/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func main() {
}
return cp.Size, cp.Hash, nil
}
st := posix.New(ctx, *storageDir, readCP, tessera.WithCheckpointSigner(s), tessera.WithBatching(256, time.Second))
st := posix.New(ctx, *storageDir, readCP, tessera.WithCheckpointSignerVerifier(s, v), tessera.WithBatching(256, time.Second))

// sequence entries

Expand Down

0 comments on commit 2de2c3a

Please sign in to comment.