mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-08 05:54:20 +01:00
Add missing routes to api.properties and 'all' prop to ln_withdraw
This commit is contained in:
@@ -437,7 +437,7 @@ main() {
|
||||
;;
|
||||
ln_withdraw)
|
||||
# POST http://192.168.111.152:8080/ln_withdraw
|
||||
# BODY {"destination":"segwitAddress","satoshi":"100000","feerate":0}
|
||||
# BODY {"destination":"segwitAddress","satoshi":"100000","feerate":0,all: false}
|
||||
response=$(ln_withdraw "${line}")
|
||||
response_to_client "${response}" ${?}
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user