Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display close_to address in listpeers #3223

Merged

Commits on Nov 13, 2019

  1. Configuration menu
    Copy the full SHA
    22820ef View commit details
    Browse the repository at this point in the history
  2. addr: handle P2SH/P2PKH in scriptpubkey encoding

    Previously, returned null if a scriptpubkey was not Segwit; now
    handles encoding to Base58 for other types.
    niftynei committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    a33f018 View commit details
    Browse the repository at this point in the history
  3. listpeers: show close_to address

    If a 'upfront_shutdown_script' was specified, show the address +
    scriptpubky in `listpeers`
    
    Changelog-added: JSON API: `listpeers` channels now include `close_to` and `close_to_addr` iff a `close_to` address was specified at channel open
    niftynei committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    87ff75a View commit details
    Browse the repository at this point in the history