From 33ed07ed1a896115166683715a203983f5468205 Mon Sep 17 00:00:00 2001 From: elnosh Date: Mon, 22 Jul 2024 12:43:54 -0500 Subject: [PATCH] decrease MAX amount in keyset generation --- crypto/keyset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/keyset.go b/crypto/keyset.go index ca4d964..4f727f0 100644 --- a/crypto/keyset.go +++ b/crypto/keyset.go @@ -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