Change default lnurlp
This commit is contained in:
parent
7f66c4b092
commit
2795ad9ac3
1 changed files with 2 additions and 2 deletions
|
|
@ -249,10 +249,10 @@ async def _create_default_pay_link(account: Account, wallet) -> None:
|
||||||
# Note default `currency` is satoshis when set as NULL in db
|
# Note default `currency` is satoshis when set as NULL in db
|
||||||
min=1, # minimum 1 sat
|
min=1, # minimum 1 sat
|
||||||
max=500000, # maximum 500,000 sats
|
max=500000, # maximum 500,000 sats
|
||||||
comment_chars=0,
|
comment_chars=140,
|
||||||
username=account.username, # use the username as lightning address
|
username=account.username, # use the username as lightning address
|
||||||
zaps=True,
|
zaps=True,
|
||||||
disposable=False,
|
disposable=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
await create_pay_link(pay_link_data)
|
await create_pay_link(pay_link_data)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue