mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-01 02:34:39 +01:00
listpeers to lightningd
This commit is contained in:
@@ -466,7 +466,7 @@ ln_listpeers() {
|
||||
|
||||
local result
|
||||
|
||||
result=$(./lightning-cli ln_listpeers)
|
||||
result=$(./lightning-cli listpeers)
|
||||
returncode=$?
|
||||
trace_rc ${returncode}
|
||||
trace "[ln_listpeers] result=${result}"
|
||||
|
||||
Reference in New Issue
Block a user