renamed opentimestamps feature to otsclient

This commit is contained in:
jash
2018-10-08 14:26:15 +02:00
committed by kexkey
parent 549c762ee3
commit d94a8fef8d
5 changed files with 6 additions and 6 deletions

View File

@@ -18,8 +18,8 @@ install_docker() {
build_docker_image ../SatoshiPortal/dockers/$arch/LN/c-lightning cyphernode/clightning
fi
if [[ $FEATURE_OPENTIMESTAMPS == true ]]; then
trace "Opentimestamps support not implemented"
if [[ $FEATURE_OTSCLIENT == true ]]; then
build_docker_image ../SatoshiPortal/dockers/$arch/ots/otsclient cyphernode/otsclient
fi