Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lightningdevkit/rust-lightning
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 654a724
Choose a base ref
...
head repository: lightningdevkit/rust-lightning
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b1b2256
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Oct 17, 2022

  1. Include all channel route hints if no connected channels exist

    Mobile clients often take a second or two before they reconnect to
    their peers as its not always clear immediately that connections
    have been killed (especially on iOS). This can cause us to
    spuriously fail to include route hints in our invoices if we're on
    mobile.
    
    The fix is simple, if we're selecting channels to include in route
    hints and we're not not connected to the peer for any of our
    channels, we should simply include the hints for all channels, even
    though we're disconencted.
    
    Fixes #1768.
    TheBlueMatt committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    b1b2256 View commit details
    Browse the repository at this point in the history
Loading