mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
update comment
This commit is contained in:
parent
fdfb55d3e2
commit
94cc243d20
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue