remove troublemaker channel

This commit is contained in:
dni ⚡ 2023-01-30 01:27:17 +01:00
commit fe118edc7f
No known key found for this signature in database
GPG key ID: 886317704CC4E618
2 changed files with 1 additions and 7 deletions

View file

@ -167,12 +167,6 @@ lnbits-lightning-init(){
bitcoin-cli-sim -generate $channel_confirms > /dev/null
wait-for-lnd-channel 1
# cln-1 -> cln-2
peerid=$(connect_clightning_node 1 2)
echo "open channel from cln-1 to cln-2"
lightning-cli-sim 1 fundchannel -k id=$peerid amount=$channel_size push_msat=$balance_size_msat
bitcoin-cli-sim -generate $channel_confirms > /dev/null
wait-for-clightning-channel 1
wait-for-clightning-channel 2