You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I use FundChannel to try to open a channel with a peer that has not synced with my universe, I get a confusing error message: error funding channel: didn\'t receive funding ack after 30s .
Is there any way to have the peer send a rejection message back to me rather than not respond? If so, then give some clearer error message back on the gRPC intereface so I can know what is actually wrong.
Even better, why don't channel peers sync the universe automatically before trying to open a channel?
I'm running litd from commit d82cb9d275ad706207eebaa86ad68edb5ef055d3 .
The text was updated successfully, but these errors were encountered:
If I use
FundChannel
to try to open a channel with a peer that has not synced with my universe, I get a confusing error message:error funding channel: didn\'t receive funding ack after 30s
.Is there any way to have the peer send a rejection message back to me rather than not respond? If so, then give some clearer error message back on the gRPC intereface so I can know what is actually wrong.
Even better, why don't channel peers sync the universe automatically before trying to open a channel?
I'm running litd from commit d82cb9d275ad706207eebaa86ad68edb5ef055d3 .
The text was updated successfully, but these errors were encountered: