-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fix bug in directory selection for proof image
Solves #615 When the proof image folder reached the limit of 1000, we created a new image dir and stored the image in it, but without the 0 padding. This directory was never used again. That's why we had directories named `1`, `2`,... `10` in the image dir.
- Loading branch information
1 parent
62ecaab
commit fce20b5
Showing
2 changed files
with
63 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters