21isenough / LightningATM

This ATM sends bitcoin over the Lightning Network - pretty fun.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pressing the button with no coins inserted leads to generating a QR-code

Danstrg opened this issue · comments

Just a little check needed if coins have been inserted before generating the Qr-code

commented

This problem is already fixed. If no coins are inserted and the button is pressed, the "display.update_nocoin_screen()" screen is called up. See app.py line 88.