mirror of
https://github.com/lnbits/lnbits-legend.git
synced 2025-02-24 14:51:05 +01:00
Added "lnurl://" to refund
This commit is contained in:
parent
1493e73724
commit
56b4eb4a5e
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ async def api_scan(p, c, request: Request, card_uid: str = None):
|
|||
"k1": hit.id,
|
||||
"minWithdrawable": 1 * 1000,
|
||||
"maxWithdrawable": card.tx_limit * 1000,
|
||||
"defaultDescription": f"Boltcard (refund address {lnurlpay})",
|
||||
"defaultDescription": f"Boltcard (refund address lnurl://{lnurlpay})",
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue