Skip to content

Commit

Permalink
chore: fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
talvasconcelos committed Dec 17, 2024
1 parent e992461 commit 7c4cfd9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
{
"id": "bleskomat",
"name": "Bleskomat",
"short_description": "Connect a Bleskomat ATM to an lnbits",
"tile": "/bleskomat/static/image/bleskomat.png",
"contributors": [
"chill117"
],
"contributors": ["chill117"],
"min_lnbits_version": "1.0.0",
"images": [],
"description_md": "https://raw.githubusercontent.com/lnbits/bleskomat/main/description.md",
"terms_and_conditions_md": "https://raw.githubusercontent.com/lnbits/bleskomat/main/toc.md",
"license": "MIT"
}
}
2 changes: 1 addition & 1 deletion description.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Connect a Bleskomat ATM to an lnbits wallet.

Since the Bleskomat ATMs are designed to be offline, a cryptographic signing scheme is used to verify that the URL was generated by an authorized device. When one of your customers inserts fiat money into the device, a signed URL (lnurl-withdraw) is created and displayed as a QR code.
Since the Bleskomat ATMs are designed to be offline, a cryptographic signing scheme is used to verify that the URL was generated by an authorized device. When one of your customers inserts fiat money into the device, a signed URL (lnurl-withdraw) is created and displayed as a QR code.

0 comments on commit 7c4cfd9

Please sign in to comment.