Skip to content

Commit

Permalink
allow a larger unwind for generating a witness (#208)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott authored Mar 19, 2024
1 parent 649bce8 commit 0796c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zk/witness/witness.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

var (
maxGetProofRewindBlockCount uint64 = 1_000
maxGetProofRewindBlockCount uint64 = 10_000

ErrEndBeforeStart = errors.New("end block must be higher than start block")
)
Expand Down

0 comments on commit 0796c65

Please sign in to comment.