docs: make note to replace old bech32 parser

This commit is contained in:
William Casarin
2023-07-11 12:17:09 -07:00
parent dc7b0004bc
commit 7514a741c0

View File

@@ -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? {
let start = p.pos
if parse_str(p, "note") {