mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-10-11 05:13:47 +02:00
nip60: expose ParseKeysetKeys()
This commit is contained in:
@@ -134,7 +134,7 @@ func redeemMinted(
|
||||
}
|
||||
|
||||
// unblind the signatures from the promises and build the blinded messages
|
||||
keysetKeys, err := parseKeysetKeys(keyset.Keys)
|
||||
keysetKeys, err := ParseKeysetKeys(keyset.Keys)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("target mint %s sent us an invalid keyset: %w", mint, err)
|
||||
}
|
||||
|
Reference in New Issue
Block a user