Closed
Description
one other issue that I've encountered is that for instance I have one peer like this
{
"id": "02f21e5594a92b26f1517906600bc5cef1fe6f8c39620ebb48a11c55661f3786ce",
"connected": true,
"netaddr": [
"69.15.179.58:10735"
],
"channels": [
{
"state": "CHANNELD_AWAITING_LOCKIN",
"owner": "lightning_channeld",
"funding_txid": "8422f21be96e09d55c6e1dcfffb03012f66df9c4eecfa95e85190401abd1b68f",
"msatoshi_to_us": 1000000000,
"msatoshi_total": 1000000000,
"dust_limit_satoshis": 546,
"max_htlc_value_in_flight_msat": 18446744073709552000,
"channel_reserve_satoshis": 0,
"htlc_minimum_msat": 0,
"to_self_delay": 6,
"max_accepted_htlcs": 483
}
]
}
but the funding tx doesn't seem to have been sent. Is there a way to re-broadcast it?
BTW, maybe adding an automatic re-broadcast from time to time if the tx is not confirmed (much like bitcoind is doing) would make things easier