citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

ln-channelinfo (142B)


      1 #!/usr/bin/env bash
      2 lcli listpeers | jq -r ".peers[] | . as \$peer | .channels[] | select(.short_channel_id == \"$1\") as \$channel | \$peer"