Use ID in nip86.IDReason
This commit is contained in:
@@ -3,8 +3,8 @@ package nip86
|
||||
import "fiatjaf.com/nostr"
|
||||
|
||||
type IDReason struct {
|
||||
ID string `json:"id"`
|
||||
Reason string `json:"reason"`
|
||||
ID nostr.ID `json:"id"`
|
||||
Reason string `json:"reason"`
|
||||
}
|
||||
|
||||
type PubKeyReason struct {
|
||||
|
||||
Reference in New Issue
Block a user