Post
Topic
Board Bitcoin Technical Support
Re: About taproot address
by
Cricktor
on 18/07/2025, 20:01:41 UTC
It's better when you post code in [code]...[/code] tags, because it can happen that parts of your code get swallowed by the BBcode interpreter. (It doesn't look like it happened with your code example above, though, but it's simply good habit to use code tags.

Especially prone to be swallowed is the character sequence of [i] which occurs quite often in some code or code examples. If you have this in your posted code and don't use code tags, [i] gets removed from posted code and subsequent code text is seen in italic font style, because [i] starts italic text.

You don't want that to happen.


I've bookmarked your Github repo and will have a look what you offer there.