SatoshiPortal / cyphernode

Modular Bitcoin full-node microservices API server architecture and utilities toolkit to build scalable, secure and featureful apps and services without trusted third parties
MIT License
363 stars 68 forks source link

touch ignoreThisApp on sparkwallet when LN not installed #205

Closed Kexkey closed 3 years ago

Kexkey commented 3 years ago

When Lightning Network option is disabled during setup, add the file ignoreThisApp in apps/sparkwallet/ after cloning the cypherapps repo, so that Spark Wallet doesn't load.

A simple touch apps/sparkwallet/ignoreThisApp should do the trick.

Kexkey commented 3 years ago

Implemented in features/optionalbatcher

Kexkey commented 3 years ago

Merged to dev: https://github.com/SatoshiPortal/cyphernode/pull/206