Skip to content

Commit

Permalink
chore: connect CLNs P2P
Browse files Browse the repository at this point in the history
  • Loading branch information
michael1011 committed Oct 4, 2024
1 parent aa72042 commit a52774c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ lightning-init(){
wait-for-lnd-channel 2
wait-for-cln-channel 2

# cln-1 -> cln-2 P2P connection for offer fetching
lightning-cli-sim 1 connect $(lightning-cli-sim 2 getinfo | jq -r '.id')@cln-2:9735

lightning-sync

}
Expand Down

0 comments on commit a52774c

Please sign in to comment.