- 
                Notifications
    
You must be signed in to change notification settings  - Fork 421
 
Closed
Labels
Milestone
Description
There are a bunch of followups to #2077 that need to be included before 116.
See: #2077 (review)
Reproduced below:
-  
close_channel_internalshould fallback to force-closure if the channel is in the inbound/outbound sets, though I'm not sure its super critical, -  
update_partial_channel_configshould probably be updated to work on any channel -  
internal_shutdownshould FC any pending channels -  
do_chain_eventneeds to callbest_block_updatedeven on unfunded channels so we time out channels if they aren't funded in 2 weeks -  
peer_connectedtries to remove outbound unfunded channels on reconnect but doesn't look at the new outbound map (which, now that I look at it, should be generating a ChannelClosed event, but isn't...ugh we need to consolidate the channel close codepaths) -  Rename 
get_funding_outbound_createdtoget_funding_created