Skip to content

Commit

Permalink
decrease MAX amount in keyset generation
Browse files Browse the repository at this point in the history
  • Loading branch information
elnosh committed Jul 22, 2024
1 parent 2c13978 commit 33ed07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/keyset.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
"github.com/elnosh/gonuts/cashu/nuts/nut01"
)

const MAX_ORDER = 64
const MAX_ORDER = 60

type Keyset struct {
Id string
Expand Down

0 comments on commit 33ed07e

Please sign in to comment.