change prefix to lightning: until wallets fix their bugs (#762)
This commit is contained in:
@@ -250,7 +250,7 @@ new Vue({
|
|||||||
})
|
})
|
||||||
|
|
||||||
await ndef.write({
|
await ndef.write({
|
||||||
records: [{recordType: 'url', data: 'lnurlw://' + lnurl, lang: 'en'}]
|
records: [{recordType: 'url', data: 'lightning:' + lnurl, lang: 'en'}]
|
||||||
})
|
})
|
||||||
|
|
||||||
this.nfcTagWriting = false
|
this.nfcTagWriting = false
|
||||||
|
|||||||
Reference in New Issue
Block a user