mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-19 05:35:17 +01:00
getblockchaininfo overwritten my merge
This commit is contained in:
@@ -175,6 +175,12 @@ main()
|
|||||||
response_to_client "${response}" ${?}
|
response_to_client "${response}" ${?}
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
getblockchaininfo)
|
||||||
|
# http://192.168.111.152:8080/getblockchaininfo
|
||||||
|
|
||||||
|
response=$(get_blockchain_info)
|
||||||
|
response_to_client "${response}" ${?}
|
||||||
|
;;
|
||||||
gettransaction)
|
gettransaction)
|
||||||
# curl (GET) http://192.168.111.152:8080/gettransaction/af867c86000da76df7ddb1054b273ca9e034e8c89d049b5b2795f9f590f67648
|
# curl (GET) http://192.168.111.152:8080/gettransaction/af867c86000da76df7ddb1054b273ca9e034e8c89d049b5b2795f9f590f67648
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user