From bf4475cbfcc3f8a42fb7c0baf2b096573484d13e Mon Sep 17 00:00:00 2001 From: kexkey Date: Thu, 28 Mar 2019 17:14:51 -0400 Subject: [PATCH] getblockchaininfo overwritten my merge --- proxy_docker/app/script/requesthandler.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/proxy_docker/app/script/requesthandler.sh b/proxy_docker/app/script/requesthandler.sh index e920912..1206c0f 100644 --- a/proxy_docker/app/script/requesthandler.sh +++ b/proxy_docker/app/script/requesthandler.sh @@ -175,6 +175,12 @@ main() response_to_client "${response}" ${?} break ;; + getblockchaininfo) + # http://192.168.111.152:8080/getblockchaininfo + + response=$(get_blockchain_info) + response_to_client "${response}" ${?} + ;; gettransaction) # curl (GET) http://192.168.111.152:8080/gettransaction/af867c86000da76df7ddb1054b273ca9e034e8c89d049b5b2795f9f590f67648