PLEBNET-PLAYGROUND / plebnet-playground-docker

Docker package which allows users to use and test bitcoin and lightning technologies without the financial risk involved with running on the mainnet chain. Multiple GUI interfaces are included.
MIT License
65 stars 16 forks source link

thunderhub v0.13.18 fixes expectedcommitmenttypeinchannelmessage error #138

Closed bliotti closed 1 year ago

bliotti commented 1 year ago

MacOS Ventura Cluster setup ./up-x64.sh 3 Added thunderhub service to docker-compose too.

After adding a few channels between nodes, I was no longer able to login to thunderhub, and got the following. error: expectedcommitmenttypeinchannelmessage

similar issue here after adding channels issue. This recommended upgrading to v0.13.18, which did resolve the issue.

Also, with this version npm run start no longer worked. ref issue Need to use npm run start:prod instead.