update comment

This commit is contained in:
Matheus Marrane 2025-01-05 14:42:20 -03:00 committed by Overtorment
parent fdfb55d3e2
commit 94cc243d20

View file

@ -413,7 +413,7 @@ class DeeplinkSchemaMatch {
}
static bip21encode(address: string, options: TOptions): string {
//uppercase address if bech32 to satisfy BIP_0173
// uppercase address if bech32 to satisfy BIP_0173
const isBech32 = address.startsWith('bc1');
if (isBech32) {
address = address.toUpperCase();