Skip to content

Commit

Permalink
content_parser: fix incorrect comment.
Browse files Browse the repository at this point in the history
Sure, this format would be nice, but it's not what the code does.

Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell committed Aug 24, 2024
1 parent 18566d8 commit a0816e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content_parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ static int parse_hashtag(struct cursor *cur, struct ndb_block *block) {
//
// bech32 blocks are stored as:
//
// nostr_bech32_type : varint
// bech32_buffer_size : u16
// nostr_bech32_type : varint
// bech32_data : [u8]
//
// The TLV form is compact already, so we just use it directly
Expand Down

0 comments on commit a0816e5

Please sign in to comment.