mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-06 06:26:24 +01:00
cleaned validateaddress in requesthandler
This commit is contained in:
@@ -327,8 +327,7 @@ main() {
|
||||
# GET http://192.168.111.152:8080/validateaddress/tb1p5cyxnuxmeuwuvkwfem96lqzszd02n6xdcjrs20cac6yqjjwudpxqp3mvzv
|
||||
|
||||
response=$(validateaddress $(echo "${line}" | cut -d ' ' -f2 | cut -d '/' -f3))
|
||||
response_to_client "${response}" ${?}
|
||||
break
|
||||
returncode=$?
|
||||
;;
|
||||
spend)
|
||||
# POST http://192.168.111.152:8080/spend
|
||||
|
||||
Reference in New Issue
Block a user