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

lnrpc+itest: return channel Memo for Pending channels #7728

Merged
merged 1 commit into from
Jun 16, 2023

Commits on Jun 15, 2023

  1. lnrpc+itest: return channel Memo for Pending channels

    In a previous PR we added a Memo field for channels that could be
    specified when opening a channel. This was a reference note-to-self
    with no bearing on the functioning of the channel. In that PR, the
    memo value was returned only through ListChannels. This commit builds
    upon that PR by also returning the Memo field for channels returned by
    PendingChannels RPC.
    shaurya947 committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    44fdd02 View commit details
    Browse the repository at this point in the history