mirror of
https://github.com/fiatjaf/nak.git
synced 2024-11-22 08:19:06 -05:00
mention that the "d" tag is the identifier.
This commit is contained in:
parent
76ca99a73b
commit
fb9faf24ae
|
@ -164,7 +164,7 @@ object Components {
|
|||
div(
|
||||
cls := "text-md",
|
||||
entry("author (pubkey hex)", addr.author.value.toHex),
|
||||
entry("identifier", addr.d),
|
||||
entry("identifier (d tag)", addr.d),
|
||||
entry("kind", addr.kind.toString),
|
||||
relayHints(store, addr.relays),
|
||||
nip19_21(store, "naddr", NIP19.encode(addr))
|
||||
|
|
Loading…
Reference in New Issue
Block a user