added lightning_implementation to installer config

This commit is contained in:
jash
2018-10-08 14:26:45 +02:00
committed by kexkey
parent d94a8fef8d
commit a87c2e6e14
2 changed files with 6 additions and 1 deletions

View File

@@ -15,7 +15,11 @@ install_docker() {
fi
if [[ $FEATURE_LIGHTNING == true ]]; then
build_docker_image ../SatoshiPortal/dockers/$arch/LN/c-lightning cyphernode/clightning
if [[ $LIGHTNING_IMPLEMENTATION == "c-lightning" ]]; then
build_docker_image ../SatoshiPortal/dockers/$arch/LN/c-lightning cyphernode/clightning
elif [[ $LIGHTNING_IMPLEMENTATION == "lnd" ]]; then
trace "lnd is not supported right now"
fi
fi
if [[ $FEATURE_OTSCLIENT == true ]]; then