go mod tidy works now at least.

This commit is contained in:
fiatjaf
2025-04-15 18:39:14 -03:00
parent 2b5b646a62
commit cb0dd45a32
37 changed files with 540 additions and 917 deletions

View File

@@ -68,9 +68,6 @@ func ConnectBunker(
// otherwise fail here
return nil, fmt.Errorf("wrong scheme '%s', must be bunker://", parsed.Scheme)
}
if !nostr.IsValidPublicKey(targetPublicKey) {
return nil, fmt.Errorf("'%s' is not a valid public key hex", targetPublicKey)
}
bunker := NewBunker(
ctx,