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 56aac3d commit 5dccad5Copy full SHA for 5dccad5
wallets/lib/protocols/lnAddr.js
@@ -34,8 +34,9 @@ function addressPopulate (wallet, formState) {
34
return null
35
}
36
37
+ const lud16Domain = walletLud16Domain(wallet.name)
38
const nwcLud16Domain = nwcLud16.split('@')[1]
- if (nwcLud16Domain !== walletLud16Domain(wallet.name)) {
39
+ if (lud16Domain && nwcLud16Domain !== lud16Domain) {
40
41
42
0 commit comments