mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-09-17 19:13:56 +02:00
some tweaks to 17, 44 and 59.
This commit is contained in:
@@ -81,7 +81,7 @@ func ListenForMessages(
|
||||
func(otherpubkey, ciphertext string) (string, error) { return kr.Decrypt(ctx, ciphertext, otherpubkey) },
|
||||
)
|
||||
if err != nil {
|
||||
nostr.InfoLogger.Printf("[nip17] failed to unwrap received message: %s\n", err)
|
||||
nostr.InfoLogger.Printf("[nip17] failed to unwrap received message '%s' from %s: %s\n", ie.Event, ie.Relay.URL, err)
|
||||
continue
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user