nip61: this function was taking an event pointer.

This commit is contained in:
fiatjaf
2025-06-29 21:44:09 -03:00
parent 32df8e407a
commit 5f4a966d45

View File

@@ -13,7 +13,7 @@ import (
func VerifyNutzap( func VerifyNutzap(
keyset map[uint64]*btcec.PublicKey, keyset map[uint64]*btcec.PublicKey,
evt *nostr.Event, evt nostr.Event,
) (sats uint64, ok bool) { ) (sats uint64, ok bool) {
for _, tag := range evt.Tags { for _, tag := range evt.Tags {
if len(tag) < 2 { if len(tag) < 2 {