Skip to content

Commit

Permalink
updated some parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuquxzy committed Jul 20, 2023
1 parent 5b13e07 commit 7226905
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acc/muti_level_acc.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
const (
DEFAULT_PATH = "./accumulator/"
DEFAULT_DIR_PERM = 0777
DEFAULT_ELEMS_NUM = 1024
DEFAULT_ELEMS_NUM = 256
DEFAULT_LEVEL = 3
DEFAULT_NAME = "sub-acc"
DEFAULT_BACKUP_NAME = "backup-sub-acc"
Expand Down
2 changes: 1 addition & 1 deletion pois/prove.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (
FileSize int64 = int64(expanders.HashSize)
IdleFilePath string = expanders.DEFAULT_IDLE_FILES_PATH
AccPath string = acc.DEFAULT_PATH
AccBackupPath string = fmt.Sprint("%s.backup", AccPath)
AccBackupPath string = fmt.Sprintf("%s.backup", AccPath)
MaxProofThread = 16
)

Expand Down

0 comments on commit 7226905

Please sign in to comment.