Skip to content

Commit

Permalink
ln_listpeers in traces
Browse files Browse the repository at this point in the history
  • Loading branch information
Kexkey committed Apr 23, 2020
1 parent 1ce38f3 commit 7b8a11e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proxy_docker/app/script/call_lightningd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ ln_listpeers() {
result=$(./lightning-cli ln_listpeers)
returncode=$?
trace_rc ${returncode}
trace "[ln_getinfo] result=${result}"
trace "[ln_listpeers] result=${result}"

echo "${result}"

Expand Down

0 comments on commit 7b8a11e

Please sign in to comment.