Markdown #55

Merged
verbiricha merged 9 commits from markdown into main 2023-01-14 14:44:25 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit d6ab2c8f16 - Show all commits

View File

@ -61,7 +61,7 @@ export function hexToBech32(hrp, hex) {
if (typeof hex !== "string" || hex.length === 0 || hex.length % 2 != 0) {
return "";
}
try {
let buf = secp.utils.hexToBytes(hex);
return bech32.encode(hrp, bech32.toWords(buf));

View File

@ -208,5 +208,6 @@
.profile .no-banner .details-wrapper {
margin-left: 10px;
margin-top: 21px;
max-width: 420px;
}
}