change prefix to lightning: until wallets fix their bugs (#762)

This commit is contained in:
calle
2022-07-19 17:35:00 +02:00
committed by GitHub
parent 0f73501a88
commit 45c356cf6c
@@ -250,7 +250,7 @@ new Vue({
})
await ndef.write({
records: [{recordType: 'url', data: 'lnurlw://' + lnurl, lang: 'en'}]
records: [{recordType: 'url', data: 'lightning:' + lnurl, lang: 'en'}]
})
this.nfcTagWriting = false