docs: make note to replace old bech32 parser
This commit is contained in:
@@ -64,6 +64,7 @@ func parse_post_mention(_ p: Parser, mention_type: MentionType) -> ReferencedId?
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: replace this with our C parser
|
||||||
func parse_post_bech32_mention(_ p: Parser) -> ReferencedId? {
|
func parse_post_bech32_mention(_ p: Parser) -> ReferencedId? {
|
||||||
let start = p.pos
|
let start = p.pos
|
||||||
if parse_str(p, "note") {
|
if parse_str(p, "note") {
|
||||||
|
|||||||
Reference in New Issue
Block a user