supertestnet / superstore

A simple bitcoin webstore with whisper addresses for enhanced privacy
https://supertestnet.github.io/superstore/
Creative Commons Zero v1.0 Universal
97 stars 28 forks source link

Site broken due to lnbits API change #17

Closed hax0rbana-adam closed 8 months ago

hax0rbana-adam commented 8 months ago

Problem

The store no longer works because an exception is raised when a lighting wallet is attempted to be created. This exception is uncaught and halts JS execution.

Solution

Update code to use the new lnbits API.