More LN docs

This commit is contained in:
kexkey
2019-03-28 07:45:51 -04:00
committed by kexkey
parent 25f377d94e
commit be5170b6c6
2 changed files with 115 additions and 48 deletions

View File

@@ -358,11 +358,6 @@ main()
serve_ots_getfile $(echo "${line}" | cut -d ' ' -f2 | cut -d '/' -f3)
break
;;
getblockchaininfo)
# http://192.168.111.152:8080/getblockchaininfo
response=$(get_blockchain_info)
response_to_client "${response}" ${?}
esac
break
fi