We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc29bd6 commit 02a900dCopy full SHA for 02a900d
wallets/lib/protocols/lnAddr.js
@@ -33,8 +33,9 @@ function addressPopulate (wallet, formState) {
33
return null
34
}
35
36
+ const lud16Domain = walletLud16Domain(wallet.name)
37
const nwcLud16Domain = nwcLud16.split('@')[1]
- if (nwcLud16Domain !== walletLud16Domain(wallet.name)) {
38
+ if (lud16Domain && nwcLud16Domain !== lud16Domain) {
39
40
41
0 commit comments