sdk/hints: use a single "hint" type instead of nprofile/nevent/tag/nip05.

This commit is contained in:
fiatjaf
2025-01-18 18:19:54 -03:00
parent 6cffcc3b47
commit 40538486d5
6 changed files with 24 additions and 50 deletions

View File

@@ -114,7 +114,7 @@ type RelaysForPubKey struct {
type RelayEntry struct {
Relay int
Timestamps [7]nostr.Timestamp
Timestamps [4]nostr.Timestamp
}
func (re RelayEntry) Sum() int64 {