We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f6f260 commit b5acd4bCopy full SHA for b5acd4b
crates/nostr/src/nips/nip73.rs
@@ -106,9 +106,9 @@ pub enum Nip73Kind {
106
PodcastEpisode,
107
/// Podcast publishers kind "podcast:publisher:guid"
108
PodcastPublisher,
109
- /// Blockchain transaction kind "<blockchain>:tx"
+ /// Blockchain transaction kind "\<blockchain\>:tx"
110
BlockchainTransaction(String),
111
- /// Blockchain address kind "<blockchain>:address"
+ /// Blockchain address kind "\<blockchain\>:address"
112
BlockchainAddress(String),
113
}
114
0 commit comments