Merge pull request #1253 from iWarpBTC/qr_inv_pref

QR invoices and lnurls got prefix and uppercased
This commit is contained in:
Arc
2022-12-30 01:04:47 +00:00
committed by GitHub
22 changed files with 27 additions and 24 deletions
@@ -25,7 +25,7 @@
>
<div class="col">
<qrcode
:value="copilot.lnurl"
:value="'lightning:' + copilot.lnurl"
:options="{width:250}"
class="rounded-borders"
></qrcode>